Skip to content

Commit

Permalink
Merge pull request #200 from sotatek-dev/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Sotatek-TanHoang authored Oct 22, 2024
2 parents b8d84b0 + 4d96e40 commit 23b1d3a
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 23b1d3a

Please sign in to comment.