Better japanese
This commit is contained in:
parent
03c824f893
commit
fd2c45cc02
@ -266,7 +266,7 @@ export async function deleteUser(user: string | mongo.ObjectID | IUser) {
|
||||
await UserList.find({ userId: u._id })
|
||||
).map(x => deleteUserList(x)));
|
||||
|
||||
// このユーザーの入っているすべてのUserListからこのユーザーを削除
|
||||
// このユーザーが入っているすべてのUserListからこのユーザーを削除
|
||||
await Promise.all((
|
||||
await UserList.find({ userIds: u._id })
|
||||
).map(x =>
|
||||
|
Loading…
Reference in New Issue
Block a user