Skip to content

Commit

Permalink
chore: prepare API bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Sekhmet committed Sep 30, 2024
1 parent e094a0e commit a46fc30
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 a46fc30

Please sign in to comment.