Skip to content

Commit

Permalink
Merge branch 'feat-instrument-brovider-calls' of https://github.com/s…
Browse files Browse the repository at this point in the history
…napshot-labs/snapshot-sidekick into feat-instrument-brovider-calls
  • Loading branch information
wa0x6e committed Jan 24, 2024
2 parents 93347b9 + d746da4 commit d5f8f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/metrics/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,6 @@ async function run() {
capture(e);
} finally {
await snapshot.utils.sleep(5 * 60e3);
await run();
run();
}
}

0 comments on commit d5f8f2b

Please sign in to comment.