mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-23 10:27:28 -07:00
Fix wrong comment
This commit is contained in:
parent
477bff68b9
commit
9051ea9c84
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ export default define(meta, (ps, me) => new Promise(async (res, rej) => {
|
||||||
return rej('user not found');
|
return rej('user not found');
|
||||||
}
|
}
|
||||||
|
|
||||||
// Push the user
|
// Pull the user
|
||||||
await UserList.update({ _id: userList._id }, {
|
await UserList.update({ _id: userList._id }, {
|
||||||
$pull: {
|
$pull: {
|
||||||
userIds: user._id
|
userIds: user._id
|
||||||
|
|
Loading…
Reference in a new issue