summaryrefslogtreecommitdiff
path: root/src/server/api/endpoints/notifications
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-02-05 14:14:23 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-02-05 14:14:23 +0900
commit8129d4dc2366aea07da60e21abe3440230387bfe (patch)
treea3df66c5b7b80db69f79b62f0af0d9c5ae2eab12 /src/server/api/endpoints/notifications
parentFix log (diff)
downloadsharkey-8129d4dc2366aea07da60e21abe3440230387bfe.tar.gz
sharkey-8129d4dc2366aea07da60e21abe3440230387bfe.tar.bz2
sharkey-8129d4dc2366aea07da60e21abe3440230387bfe.zip
Refactoring
Diffstat (limited to 'src/server/api/endpoints/notifications')
-rw-r--r--src/server/api/endpoints/notifications/mark_all_as_read.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/api/endpoints/notifications/mark_all_as_read.ts b/src/server/api/endpoints/notifications/mark_all_as_read.ts
index 1b5208d447..de5a12707b 100644
--- a/src/server/api/endpoints/notifications/mark_all_as_read.ts
+++ b/src/server/api/endpoints/notifications/mark_all_as_read.ts
@@ -1,5 +1,5 @@
import Notification from '../../../../models/notification';
-import { publishMainStream } from '../../../../stream';
+import { publishMainStream } from '../../../../services/stream';
import User from '../../../../models/user';
import define from '../../define';