mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-23 17:29:05 +01:00
Better japanese
This commit is contained in:
parent
03ded17cce
commit
154f73e88a
@ -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 New Issue
Block a user