Skip to content

Commit

Permalink
Merge pull request #81 from sotatek-dev/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Sotatek-TanHoang authored Sep 24, 2024
2 parents 19b42a9 + 3bdf167 commit 733e0a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/crawler/crawler.minabridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export class SCBridgeMinaCrawler {
}
// udpate current latest block
await this.updateLatestBlockCrawl(Number(toBlock.toString()), queryRunner);
return queryRunner.commitTransaction();
await queryRunner.commitTransaction();
} catch (error) {
await queryRunner.rollbackTransaction();
throw error;
Expand Down

0 comments on commit 733e0a8

Please sign in to comment.