This commit is contained in:
Dominic Grimm 2023-02-23 20:11:16 +01:00
parent 5f0d931d80
commit ff11781e11
No known key found for this signature in database
GPG key ID: 6F294212DEAAC530

View file

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