mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-05 10:25:00 +01: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