fix json parsing error

This commit is contained in:
2026-04-23 08:54:13 -05:00
parent 6ee7b5ac34
commit dca7ea5707
5 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -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;