diff --git a/src/modules/crawler/job-unlock.provider.ts b/src/modules/crawler/job-unlock.provider.ts index 8405f26..577c804 100644 --- a/src/modules/crawler/job-unlock.provider.ts +++ b/src/modules/crawler/job-unlock.provider.ts @@ -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(), ]); }