Skip to content
Snippets Groups Projects
Commit fd2c45cc authored by syuilo's avatar syuilo
Browse files

Better japanese

parent 03c824f8
No related branches found
No related tags found
No related merge requests found
......@@ -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 =>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment