mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-01 15:45:58 +09:00
アカウントが削除できない問題を修正
This commit is contained in:
parent
022f5a18c8
commit
8a9dc26419
@ -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: [],
|
||||
|
Loading…
Reference in New Issue
Block a user