This commit is contained in:
syuilo 2018-10-25 08:42:07 +09:00
parent 8c8ff7d49a
commit 052154295b

View file

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