mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-23 02:17:40 -07:00
Fix bug
This commit is contained in:
parent
98e90df748
commit
8ce5e57a92
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ export default async function(user: IUser, note: INote) {
|
|||
$set: {
|
||||
deletedAt: new Date(),
|
||||
text: null,
|
||||
tags: [],
|
||||
mediaIds: [],
|
||||
poll: null
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue