mirror of
https://github.com/hotomoe/hotomoe
synced 2024-11-28 06:48:21 +09:00
Fix wrong comment
This commit is contained in:
parent
4fc377584f
commit
b545be5799
@ -51,7 +51,7 @@ export default define(meta, (ps, me) => new Promise(async (res, rej) => {
|
||||
return rej('user not found');
|
||||
}
|
||||
|
||||
// Push the user
|
||||
// Pull the user
|
||||
await UserList.update({ _id: userList._id }, {
|
||||
$pull: {
|
||||
userIds: user._id
|
||||
|
Loading…
Reference in New Issue
Block a user