This commit is contained in:
syuilo 2018-10-25 08:42:07 +09:00
parent 380f5a972c
commit 0206a4ac83
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -568,8 +568,7 @@ function saveQuote(renote: INote, note: INote) {
Note.update({ _id: renote._id }, {
$push: {
_quoteIds: note._id
},
}
});
}