Skip to content

Commit 1db457b

Browse files
committed
remove descr
1 parent 9d17703 commit 1db457b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

backend/message.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,7 @@ class Processor implements IProcessor {
256256
distribute(
257257
instanceId: string,
258258
update: SendingStatusUpdate<any>,
259-
descr: string,
260-
) {
259+
) {
261260
this.currentSerial++;
262261
const receivedUpdate: ReceivedStatusUpdate<any> = {
263262
...update,

0 commit comments

Comments
 (0)