Skip to content

Commit

Permalink
Update api/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: dan-ri <[email protected]>
  • Loading branch information
joe-prosser and dan-ri authored Jul 25, 2024
1 parent b5b4540 commit 671601c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1312,7 +1312,7 @@ impl Client {
QueryT: Serialize + Clone,
for<'de> SuccessT: Deserialize<'de> + ReducableResponse + Clone + Debug,
{
debug!("Attempting {} `{}`", method, url);
debug!("Attempting {method} `{url}`");
let result: Result<SuccessT> = self.request(
method.clone(),
url.clone(),
Expand Down

0 comments on commit 671601c

Please sign in to comment.