diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-07-08 03:19:04 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-07-08 03:19:04 +0900 |
| commit | 8e11e2e3fce0a27b3a0f674c37b98cf6238752c8 (patch) | |
| tree | a2652252e0c3631ff533c8fa83050f4fbb962104 /src/server/api/stream | |
| parent | oops (diff) | |
| download | sharkey-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.ts | 2 |
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'; |