diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-10-25 08:42:07 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-10-25 08:42:07 +0900 |
| commit | 0206a4ac834aa56d2e667747d73a99394a24547e (patch) | |
| tree | d8f7d21e9801ae1a50e34f122eaae27e8183a9db /src/services | |
| parent | Implement featured note API (diff) | |
| download | misskey-0206a4ac834aa56d2e667747d73a99394a24547e.tar.gz misskey-0206a4ac834aa56d2e667747d73a99394a24547e.tar.bz2 misskey-0206a4ac834aa56d2e667747d73a99394a24547e.zip | |
Clean up
Diffstat (limited to 'src/services')
| -rw-r--r-- | src/services/note/create.ts | 3 |
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 - }, - + } }); } |