fix: resolve go vet lint

This commit is contained in:
MinJae Kwon
2020-12-20 23:09:51 +09:00
committed by GitHub
parent 37dfd746d4
commit c4dc993241
5 changed files with 24 additions and 7 deletions

View File

@@ -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,