forked from FoundKeyGang/FoundKey
Better japanese
This commit is contained in:
parent
03c824f893
commit
fd2c45cc02
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