Skip to content

Commit

Permalink
Fix issue #2
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemKolodko committed Nov 22, 2024
1 parent e009ae4 commit 66cafdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/indexer/indexer.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ export class IndexerService {
process.exit(1)
}

this.eventsTrackingLoop()
return this.eventsTrackingLoop()
}

private sleep(timeout: number) {
Expand Down

0 comments on commit 66cafdd

Please sign in to comment.