mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 10:03:08 +02:00
[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) {
|
if (exist === null) {
|
||||||
// Lookup app
|
// Lookup app
|
||||||
const app = await App.findOne({
|
const app = await App.findOne({
|
||||||
app_id: session.app_id
|
_id: session.app_id
|
||||||
});
|
});
|
||||||
|
|
||||||
// Generate Hash
|
// Generate Hash
|
||||||
|
|
Loading…
Reference in a new issue