mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
アカウントが削除できない問題を修正
This commit is contained in:
parent
9d5a3907cd
commit
47ef8f1ac8
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue