mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-23 21:53:08 +02:00
typo
This commit is contained in:
parent
f2c5dc468c
commit
958d1e8d4c
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ export default (
|
||||||
_id: app
|
_id: app
|
||||||
});
|
});
|
||||||
} else if (typeof app === 'string') {
|
} else if (typeof app === 'string') {
|
||||||
_app = await User.findOne({
|
_app = await App.findOne({
|
||||||
_id: new mongo.ObjectID(app)
|
_id: new mongo.ObjectID(app)
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue