Update
This commit is contained in:
parent
5f0d931d80
commit
ff11781e11
1 changed files with 2 additions and 1 deletions
|
@ -662,7 +662,8 @@ impl Client {
|
||||||
to: &chrono::NaiveDate,
|
to: &chrono::NaiveDate,
|
||||||
department: Option<i32>,
|
department: Option<i32>,
|
||||||
) -> Result<Vec<RpcSubstitution>> {
|
) -> Result<Vec<RpcSubstitution>> {
|
||||||
dbg!(
|
println!(
|
||||||
|
"{}",
|
||||||
reqwest::Client::new()
|
reqwest::Client::new()
|
||||||
.get(self.rpc_url.as_str())
|
.get(self.rpc_url.as_str())
|
||||||
.header(reqwest::header::USER_AGENT, &self.user_agent)
|
.header(reqwest::header::USER_AGENT, &self.user_agent)
|
||||||
|
|
Loading…
Reference in a new issue