diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-07-30 07:20:27 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-07-30 07:20:27 +0900 |
| commit | 83d9730d93b976c2477808e1a6275937defff300 (patch) | |
| tree | 782e1d5a8d875f469223cc34e55d619347a5afe3 /src/server/api/common/read-notification.ts | |
| parent | Fix bug (diff) | |
| download | sharkey-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.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 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'; |