summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-04-24 14:12:19 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-04-24 14:12:19 +0900
commitfd2c45cc021e3a3ab5c5ddc6ce332e0a56d5c604 (patch)
tree58dfa9208bca07c8dc6ad88fa30f8a6eeb2c8608 /src
parentwip (diff)
downloadsharkey-fd2c45cc021e3a3ab5c5ddc6ce332e0a56d5c604.tar.gz
sharkey-fd2c45cc021e3a3ab5c5ddc6ce332e0a56d5c604.tar.bz2
sharkey-fd2c45cc021e3a3ab5c5ddc6ce332e0a56d5c604.zip
Better japanese
Diffstat (limited to 'src')
-rw-r--r--src/models/user.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/models/user.ts b/src/models/user.ts
index 44f41d22fa..82110a5475 100644
--- a/src/models/user.ts
+++ b/src/models/user.ts
@@ -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 =>