diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-07-08 03:19:04 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-07-08 03:19:04 +0900 |
| commit | 8e11e2e3fce0a27b3a0f674c37b98cf6238752c8 (patch) | |
| tree | a2652252e0c3631ff533c8fa83050f4fbb962104 /src/services/note | |
| parent | oops (diff) | |
| download | misskey-8e11e2e3fce0a27b3a0f674c37b98cf6238752c8.tar.gz misskey-8e11e2e3fce0a27b3a0f674c37b98cf6238752c8.tar.bz2 misskey-8e11e2e3fce0a27b3a0f674c37b98cf6238752c8.zip | |
oops
Diffstat (limited to 'src/services/note')
| -rw-r--r-- | src/services/note/create.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/services/note/create.ts b/src/services/note/create.ts index 6bb1fff5b2..25281df01a 100644 --- a/src/services/note/create.ts +++ b/src/services/note/create.ts @@ -9,7 +9,7 @@ import renderCreate from '../../remote/activitypub/renderer/create'; import renderAnnounce from '../../remote/activitypub/renderer/announce'; import packAp from '../../remote/activitypub/renderer'; import { IDriveFile } from '../../models/drive-file'; -import notify from '../../notify; +import notify from '../../notify'; import NoteWatching from '../../models/note-watching'; import watch from './watch'; import Mute from '../../models/mute'; |