Skip to content

Commit 47b56f5

Browse files
committed
remove descr
1 parent f4c5f0a commit 47b56f5

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)