summaryrefslogtreecommitdiff
path: root/src/services
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-10-25 08:42:07 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-10-25 08:42:07 +0900
commit0206a4ac834aa56d2e667747d73a99394a24547e (patch)
treed8f7d21e9801ae1a50e34f122eaae27e8183a9db /src/services
parentImplement featured note API (diff)
downloadmisskey-0206a4ac834aa56d2e667747d73a99394a24547e.tar.gz
misskey-0206a4ac834aa56d2e667747d73a99394a24547e.tar.bz2
misskey-0206a4ac834aa56d2e667747d73a99394a24547e.zip
Clean up
Diffstat (limited to 'src/services')
-rw-r--r--src/services/note/create.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/services/note/create.ts b/src/services/note/create.ts
index 55e1d569a3..6d371e370f 100644
--- a/src/services/note/create.ts
+++ b/src/services/note/create.ts
@@ -568,8 +568,7 @@ function saveQuote(renote: INote, note: INote) {
Note.update({ _id: renote._id }, {
$push: {
_quoteIds: note._id
- },
-
+ }
});
}