アカウントが削除できない問題を修正

This commit is contained in:
syuilo 2019-02-26 11:42:21 +09:00
parent 022f5a18c8
commit 8a9dc26419
No known key found for this signature in database
GPG Key ID: BDC4C49D06AB9D69
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@ export default define(meta, async (ps, user) => {
await User.update({ _id: user._id }, {
$set: {
isDeleted: true,
token: null,
name: null,
description: null,
pinnedNoteIds: [],