Skip to content

Commit

Permalink
chore: bring back API reset (#1005)
Browse files Browse the repository at this point in the history
Newer version adds reorg support so also a new database schema
so reset is needed to call createStore.
  • Loading branch information
Sekhmet authored Nov 28, 2024
1 parent 3bd09f9 commit 46caf0a
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 46caf0a

Please sign in to comment.