forked from FoundKeyGang/FoundKey
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
|
||||
});
|
||||
} else if (typeof app === 'string') {
|
||||
_app = await User.findOne({
|
||||
_app = await App.findOne({
|
||||
_id: new mongo.ObjectID(app)
|
||||
});
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue