summaryrefslogtreecommitdiff
path: root/src/server/api/common/read-notification.ts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-07-30 07:20:27 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-07-30 07:20:27 +0900
commit83d9730d93b976c2477808e1a6275937defff300 (patch)
tree782e1d5a8d875f469223cc34e55d619347a5afe3 /src/server/api/common/read-notification.ts
parentFix bug (diff)
downloadsharkey-83d9730d93b976c2477808e1a6275937defff300.tar.gz
sharkey-83d9730d93b976c2477808e1a6275937defff300.tar.bz2
sharkey-83d9730d93b976c2477808e1a6275937defff300.zip
#2020
Diffstat (limited to 'src/server/api/common/read-notification.ts')
-rw-r--r--src/server/api/common/read-notification.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/api/common/read-notification.ts b/src/server/api/common/read-notification.ts
index 3a1f4cfbde..0b0f3e4e5a 100644
--- a/src/server/api/common/read-notification.ts
+++ b/src/server/api/common/read-notification.ts
@@ -1,6 +1,6 @@
import * as mongo from 'mongodb';
import { default as Notification, INotification } from '../../../models/notification';
-import publishUserStream from '../../../stream';
+import { publishUserStream } from '../../../stream';
import Mute from '../../../models/mute';
import User from '../../../models/user';