Fix clone

This commit is contained in:
cetra3 2023-07-19 19:54:13 +09:30
parent 7210073b4b
commit ea2f6b4f69

View file

@ -73,7 +73,7 @@ impl RetryQueue {
// Setup & spawn the retry worker
let (sender, sender_task) = RetryWorker::spawn(
client.clone(),
client,
timeout,
stats.clone(),
worker_count,