mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-25 14:51:31 -07:00
Better japanese
This commit is contained in:
parent
03ded17cce
commit
154f73e88a
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ export async function deleteUser(user: string | mongo.ObjectID | IUser) {
|
||||||
await UserList.find({ userId: u._id })
|
await UserList.find({ userId: u._id })
|
||||||
).map(x => deleteUserList(x)));
|
).map(x => deleteUserList(x)));
|
||||||
|
|
||||||
// このユーザーの入っているすべてのUserListからこのユーザーを削除
|
// このユーザーが入っているすべてのUserListからこのユーザーを削除
|
||||||
await Promise.all((
|
await Promise.all((
|
||||||
await UserList.find({ userIds: u._id })
|
await UserList.find({ userIds: u._id })
|
||||||
).map(x =>
|
).map(x =>
|
||||||
|
|
Loading…
Reference in a new issue