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

✌️

parent 0ef28037
No related branches found
No related tags found
No related merge requests found
......@@ -258,6 +258,9 @@ export async function deleteUser(user: string | mongo.ObjectID | IUser) {
).map(x => deleteNotification(x)));
// このユーザーを削除
await User.remove({
_id: u._id
});
}
/**
......
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