fix ws reference in store
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
import { WsConnectionState } from '../websocket-client';
|
import { WsConnectionState } from '../websocket-client';
|
||||||
import { DefaultLogger, Logger } from '../logger';
|
import { DefaultLogger, Logger } from '../logger';
|
||||||
|
|
||||||
|
import WebSocket from 'isomorphic-ws';
|
||||||
|
|
||||||
type WsTopicList = Set<string>;
|
type WsTopicList = Set<string>;
|
||||||
type KeyedWsTopicLists = {
|
type KeyedWsTopicLists = {
|
||||||
|
|||||||
Reference in New Issue
Block a user