Skip to content

Commit

Permalink
chore: prepare API bump (#824)
Browse files Browse the repository at this point in the history
Co-authored-by: Less <bonustrack@users.noreply.github.com>
  • Loading branch information
Sekhmet and bonustrack authored Sep 30, 2024
1 parent 7da2267 commit 2b17529
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion apps/subgraph-api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "api-subgraph",
"private": true,
"version": "0.0.37",
"version": "0.0.38",
"scripts": {
"test": "graph test",
"codegen": "graph codegen",
Expand Down

0 comments on commit 2b17529

Please sign in to comment.