Skip to content

Commit

Permalink
fix: Getter worker initialization stops on worker 'skip'
Browse files Browse the repository at this point in the history
  • Loading branch information
jsanmigimeno committed Jun 21, 2024
1 parent 7855a64 commit b86a097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/getter/getter.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export class GetterService implements OnModuleInit {
{ chainId },
'Skipping getter worker creation: no incentive address to listen for found.',
);
return;
continue;
}

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

0 comments on commit b86a097

Please sign in to comment.