mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
Clean up
This commit is contained in:
parent
8c8ff7d49a
commit
052154295b
1 changed files with 1 additions and 2 deletions
|
@ -568,8 +568,7 @@ function saveQuote(renote: INote, note: INote) {
|
||||||
Note.update({ _id: renote._id }, {
|
Note.update({ _id: renote._id }, {
|
||||||
$push: {
|
$push: {
|
||||||
_quoteIds: note._id
|
_quoteIds: note._id
|
||||||
},
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue