summaryrefslogtreecommitdiff
path: root/src/server/api/stream/othello.ts
diff options
context:
space:
mode:
authorAkihiko Odaki <nekomanma@pixiv.co.jp>2018-04-02 12:58:53 +0900
committerAkihiko Odaki <nekomanma@pixiv.co.jp>2018-04-02 12:58:53 +0900
commit5b9f3701f58ca00c151498d16b6a839a91ba8643 (patch)
treed32620bf206288b204060672a0088b4b0c7fa5eb /src/server/api/stream/othello.ts
parentMerge branch 'master' of https://github.com/syuilo/misskey (diff)
downloadmisskey-5b9f3701f58ca00c151498d16b6a839a91ba8643.tar.gz
misskey-5b9f3701f58ca00c151498d16b6a839a91ba8643.tar.bz2
misskey-5b9f3701f58ca00c151498d16b6a839a91ba8643.zip
Abolish common and misc directories
Diffstat (limited to 'src/server/api/stream/othello.ts')
-rw-r--r--src/server/api/stream/othello.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/api/stream/othello.ts b/src/server/api/stream/othello.ts
index 1cf9a1494f..4c292056da 100644
--- a/src/server/api/stream/othello.ts
+++ b/src/server/api/stream/othello.ts
@@ -2,7 +2,7 @@ import * as mongo from 'mongodb';
import * as websocket from 'websocket';
import * as redis from 'redis';
import Matching, { pack } from '../../../models/othello-matching';
-import publishUserStream from '../../../common/event';
+import publishUserStream from '../../../event';
export default function(request: websocket.request, connection: websocket.connection, subscriber: redis.RedisClient, user: any): void {
// Subscribe othello stream