Skip to content

Commit 66cafdd

Browse files
committed
Fix issue #2
1 parent e009ae4 commit 66cafdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/indexer/indexer.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ export class IndexerService {
446446
process.exit(1)
447447
}
448448

449-
this.eventsTrackingLoop()
449+
return this.eventsTrackingLoop()
450450
}
451451

452452
private sleep(timeout: number) {

0 commit comments

Comments
 (0)