Skip to content

Commit a87d566

Browse files
committed
chore: lint fix
1 parent e07cef5 commit a87d566

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/api.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ export class Api {
309309
this.redisWorkerStreamName,
310310
this.redisWorkerGroupName,
311311
task.id
312-
);
312+
)
313313
} else {
314314
reclaimCounts++
315315
const { room, docid } = decodeRedisRoomStreamName(task.stream, this.prefix)
@@ -333,7 +333,7 @@ export class Api {
333333
this.redisWorkerStreamName,
334334
this.redisWorkerGroupName,
335335
task.id
336-
);
336+
)
337337

338338
logWorker('Compacted stream ', { stream: task.stream, taskId: task.id, newLastId: lastId - this.redisMinMessageLifetime })
339339
try {

0 commit comments

Comments
 (0)