mirror of
https://github.com/wisplite/tether-ts.git
synced 2026-05-01 06:22:41 -05:00
fix json parsing error
This commit is contained in:
Vendored
+1
-1
@@ -8,7 +8,7 @@ export declare class WebSocketHandler {
|
||||
private maxReconnectAttempts;
|
||||
private reconnectInterval;
|
||||
private sendQueue;
|
||||
onMutation: (data: any) => void;
|
||||
onMutation: (mutation_id: string, data: any) => void;
|
||||
startConnection: (url: string) => void;
|
||||
attemptReconnect: () => void;
|
||||
close: () => void;
|
||||
|
||||
Reference in New Issue
Block a user