Skip to content

Commit

Permalink
Merge pull request #199 from sotatek-dev/feat/update-seed
Browse files Browse the repository at this point in the history
fix: commented code
  • Loading branch information
Sotatek-TanHoang authored Oct 22, 2024
2 parents f08e375 + bbebf33 commit 4d96e40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/crawler/job-unlock.provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ export class JobUnlockProvider {

public async handleJob() {
await Promise.all([
// this.getPendingTx(true),
// this.getPendingTx(false),
this.getPendingTx(true),
this.getPendingTx(false),
this.tokenPriceCrawler.handleCrawlInterval(),
]);
}
Expand Down

0 comments on commit 4d96e40

Please sign in to comment.