Skip to content

Commit 02700e8

Browse files
committed
fix
1 parent 961abf4 commit 02700e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/message.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ class Processor implements IProcessor {
160160
serial: this.currentSerial,
161161
max_serial: this.updates.length + 1,
162162
};
163-
this.updates.push([receivedUpdate]);
163+
this.updates.push(receivedUpdate);
164164
this.onMessage({
165165
type: "sent",
166166
instanceId: instanceId,

0 commit comments

Comments
 (0)