From 8129d4dc2366aea07da60e21abe3440230387bfe Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 5 Feb 2019 14:14:23 +0900 Subject: Refactoring --- src/server/api/common/read-notification.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/api/common/read-notification.ts') diff --git a/src/server/api/common/read-notification.ts b/src/server/api/common/read-notification.ts index 27d3f1be32..4361305119 100644 --- a/src/server/api/common/read-notification.ts +++ b/src/server/api/common/read-notification.ts @@ -1,7 +1,7 @@ import * as mongo from 'mongodb'; import isObjectId from '../../../misc/is-objectid'; import { default as Notification, INotification } from '../../../models/notification'; -import { publishMainStream } from '../../../stream'; +import { publishMainStream } from '../../../services/stream'; import Mute from '../../../models/mute'; import User from '../../../models/user'; -- cgit v1.2.3-freya