diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-10-08 01:16:32 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-10-08 01:16:32 +0900 |
| commit | 674764a0354fac94116271bbac303c25cb2406cc (patch) | |
| tree | 9103ca51afcaeb3c7848500bf1c0bc6643b8268f /src/client/app/common/scripts/stream.ts | |
| parent | Clean up (diff) | |
| download | sharkey-674764a0354fac94116271bbac303c25cb2406cc.tar.gz sharkey-674764a0354fac94116271bbac303c25cb2406cc.tar.bz2 sharkey-674764a0354fac94116271bbac303c25cb2406cc.zip | |
Fix
Diffstat (limited to 'src/client/app/common/scripts/stream.ts')
| -rw-r--r-- | src/client/app/common/scripts/stream.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/common/scripts/stream.ts b/src/client/app/common/scripts/stream.ts index 7dc130937b..3b1a94adf9 100644 --- a/src/client/app/common/scripts/stream.ts +++ b/src/client/app/common/scripts/stream.ts @@ -1,6 +1,6 @@ import autobind from 'autobind-decorator'; import { EventEmitter } from 'eventemitter3'; -import * as ReconnectingWebsocket from 'reconnecting-websocket'; +import ReconnectingWebsocket from 'reconnecting-websocket'; import { wsUrl } from '../../config'; import MiOS from '../../mios'; |