Skip to content

Commit 9297a19

Browse files
authored
updated the logs to print the correct delay (#525)
1 parent 1eb80c1 commit 9297a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/worker/tasks/processTransactionReceiptsWorker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ const handler: Processor<any, void, string> = async (job: Job<string>) => {
154154
insertedReceipts.length
155155
} receipts on chain: ${chainId}, block: ${insertedReceipts.map(
156156
(receipt) => receipt.blockNumber,
157-
)} after ${job.delay / 1000}s.`,
157+
)} after ${job.opts.delay / 1000}s.`,
158158
});
159159
}
160160
};

0 commit comments

Comments
 (0)