We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7855a64 commit b86a097Copy full SHA for b86a097
src/getter/getter.service.ts
@@ -60,7 +60,7 @@ export class GetterService implements OnModuleInit {
60
{ chainId },
61
'Skipping getter worker creation: no incentive address to listen for found.',
62
);
63
- return;
+ continue;
64
}
65
66
const worker = new Worker(join(__dirname, 'getter.worker.js'), {
0 commit comments