diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-02-26 11:42:21 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-02-26 11:42:21 +0900 |
| commit | 8a9dc2641989b4160c57290971a64c327463ff11 (patch) | |
| tree | ba403d5aa3f775e03f1fed39fd789a66ad2dd1b0 /src/server/api/endpoints/i | |
| parent | 10.90.1 (diff) | |
| download | sharkey-8a9dc2641989b4160c57290971a64c327463ff11.tar.gz sharkey-8a9dc2641989b4160c57290971a64c327463ff11.tar.bz2 sharkey-8a9dc2641989b4160c57290971a64c327463ff11.zip | |
アカウントが削除できない問題を修正
Diffstat (limited to 'src/server/api/endpoints/i')
| -rw-r--r-- | src/server/api/endpoints/i/delete-account.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/server/api/endpoints/i/delete-account.ts b/src/server/api/endpoints/i/delete-account.ts index e1b3093d1a..fed38eab5a 100644 --- a/src/server/api/endpoints/i/delete-account.ts +++ b/src/server/api/endpoints/i/delete-account.ts @@ -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: [], |