summaryrefslogtreecommitdiff
path: root/src/server/api/stream
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-07-08 03:19:04 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-07-08 03:19:04 +0900
commit8e11e2e3fce0a27b3a0f674c37b98cf6238752c8 (patch)
treea2652252e0c3631ff533c8fa83050f4fbb962104 /src/server/api/stream
parentoops (diff)
downloadsharkey-8e11e2e3fce0a27b3a0f674c37b98cf6238752c8.tar.gz
sharkey-8e11e2e3fce0a27b3a0f674c37b98cf6238752c8.tar.bz2
sharkey-8e11e2e3fce0a27b3a0f674c37b98cf6238752c8.zip
oops
Diffstat (limited to 'src/server/api/stream')
-rw-r--r--src/server/api/stream/reversi-game.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/api/stream/reversi-game.ts b/src/server/api/stream/reversi-game.ts
index dc34eab673..faa4e2f38a 100644
--- a/src/server/api/stream/reversi-game.ts
+++ b/src/server/api/stream/reversi-game.ts
@@ -1,6 +1,6 @@
import * as websocket from 'websocket';
import * as redis from 'redis';
-import * as CRC32 from 'crc-32/types/types';
+import * as CRC32 from 'crc-32';
import ReversiGame, { pack } from '../../../models/games/reversi/game';
import { publishReversiGameStream } from '../../../stream';
import Reversi from '../../../games/reversi/core';