forked from FoundKeyGang/FoundKey
[API] Fix bug
This commit is contained in:
parent
ac7999c74b
commit
781a6106a1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue