Skip to content

Commit 70edf42

Browse files
committed
Add missing return
1 parent 19a5718 commit 70edf42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/webapp/app/v3/marqs/devQueueConsumer.server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ export class DevQueueConsumer {
277277
}
278278

279279
setTimeout(() => this.#doWork(), 1000);
280+
return;
280281
}
281282

282283
this._connectionLostAt = undefined;

0 commit comments

Comments
 (0)