Skip to content

Commit 4231c7d

Browse files
refactor(watcher): remove unused parameter
1 parent 9e59413 commit 4231c7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

watcher/src/controllers/replayer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const startReplayer = async () => {
6161
const queue = getQueue(EVENT_REPLAY_JOB);
6262

6363
// Create worker to process jobs
64-
getWorker(EVENT_REPLAY_JOB, async (job) => {
64+
getWorker(EVENT_REPLAY_JOB, async () => {
6565
try {
6666
await _replayPastOnly({
6767
handleIndexedBlock: async (blockNumber) => {

0 commit comments

Comments
 (0)