Fix background jobs example
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aode (lion) 2021-12-05 16:56:06 -06:00
parent 2194d8fc1b
commit 3c5d3a97a8

View file

@ -19,7 +19,7 @@
//! type Client = ReqwestClient<OpenSsl>;
//!
//! fn build_client(&self, crypto: &Self::Crypto) -> Self::Client {
//! ReqwestClient::new(self.client.clone(), self.config.clone(), crypto.clone())
//! ReqwestClient::new(self.client.clone().into(), self.config.clone(), crypto.clone())
//! }
//! }
//!