From bbebf33fe0359ceea67a51543c90a07a4162103b Mon Sep 17 00:00:00 2001 From: "tan.hoang" Date: Tue, 22 Oct 2024 16:15:15 +0700 Subject: [PATCH] fix: commented code --- src/modules/crawler/job-unlock.provider.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(), ]); }