diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-01-26 23:29:55 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-01-26 23:29:55 +0900 |
| commit | 781a6106a175f9d0545dbb5054629ac324b89bdb (patch) | |
| tree | 92dd1f0e7d4fa267f3e508427d8465930e205557 /src/api/endpoints/auth | |
| parent | [API] Fix bug (diff) | |
| download | sharkey-781a6106a175f9d0545dbb5054629ac324b89bdb.tar.gz sharkey-781a6106a175f9d0545dbb5054629ac324b89bdb.tar.bz2 sharkey-781a6106a175f9d0545dbb5054629ac324b89bdb.zip | |
[API] Fix bug
Diffstat (limited to 'src/api/endpoints/auth')
| -rw-r--r-- | src/api/endpoints/auth/accept.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/endpoints/auth/accept.js b/src/api/endpoints/auth/accept.js index fce4fdc9cd..90e6614514 100644 --- a/src/api/endpoints/auth/accept.js +++ b/src/api/endpoints/auth/accept.js @@ -68,7 +68,7 @@ module.exports = (params, user) => if (exist === null) { // Lookup app const app = await App.findOne({ - app_id: session.app_id + _id: session.app_id }); // Generate Hash |