diff options
| author | Akihiko Odaki <nekomanma@pixiv.co.jp> | 2018-04-02 13:33:46 +0900 |
|---|---|---|
| committer | Akihiko Odaki <nekomanma@pixiv.co.jp> | 2018-04-02 13:33:46 +0900 |
| commit | ad38cd2605a7cd857618a5498651d5b10e7b1bfc (patch) | |
| tree | 7a417a3bb5cfde837afa5bde0de2c1756b053e2b /src/server/api/common/read-notification.ts | |
| parent | Fix built module references (diff) | |
| download | sharkey-ad38cd2605a7cd857618a5498651d5b10e7b1bfc.tar.gz sharkey-ad38cd2605a7cd857618a5498651d5b10e7b1bfc.tar.bz2 sharkey-ad38cd2605a7cd857618a5498651d5b10e7b1bfc.zip | |
Introduce publishers directory
Diffstat (limited to 'src/server/api/common/read-notification.ts')
| -rw-r--r-- | src/server/api/common/read-notification.ts | 2 |
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 b51c0ca004..9bd41519fb 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 '../../../event'; +import publishUserStream from '../../../publishers/stream'; /** * Mark as read notification(s) |