mirror of
https://github.com/hibiken/asynq.git
synced 2025-09-19 05:17:30 +08:00
fix: resolve go vet lint
This commit is contained in:
@@ -414,7 +414,6 @@ func (i *Inspector) ListDeadTasks(qname string, opts ...ListOption) ([]*DeadTask
|
||||
})
|
||||
}
|
||||
return tasks, nil
|
||||
return nil, nil
|
||||
}
|
||||
|
||||
// DeleteAllScheduledTasks deletes all scheduled tasks from the specified queue,
|
||||
|
Reference in New Issue
Block a user