mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-25 06:41:36 -07:00
[API] Fix bug
This commit is contained in:
parent
710d882cef
commit
82042d225e
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