Skip to content

Commit

Permalink
chore: remove reset for sx-api
Browse files Browse the repository at this point in the history
  • Loading branch information
Sekhmet committed Dec 3, 2024
1 parent 7253f12 commit 371b082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ async function run() {
await sleep(PRODUCTION_INDEXER_DELAY);
}

await checkpoint.reset();
// await checkpoint.reset();
checkpoint.start();
}

Expand Down

0 comments on commit 371b082

Please sign in to comment.