Skip to content

Commit b86a097

Browse files
committed
fix: Getter worker initialization stops on worker 'skip'
1 parent 7855a64 commit b86a097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/getter/getter.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export class GetterService implements OnModuleInit {
6060
{ chainId },
6161
'Skipping getter worker creation: no incentive address to listen for found.',
6262
);
63-
return;
63+
continue;
6464
}
6565

6666
const worker = new Worker(join(__dirname, 'getter.worker.js'), {

0 commit comments

Comments
 (0)