mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-11-29 07:18:08 +09:00
typo
This commit is contained in:
parent
36a6218334
commit
3aa934bcb5
@ -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 New Issue
Block a user