We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ab4bf1 commit 438b728Copy full SHA for 438b728
1 file changed
src/github/app.rs
@@ -72,7 +72,7 @@ async fn id_to_username(
72
let cache = Arc::clone(&*cache);
73
let cache_id = (*id).clone();
74
let res = Client::default()
75
- .get(&format!("{USER_URL}/{id}"))
+ .get(format!("{USER_URL}/{id}"))
76
.basic_auth(
77
&github_auth_params.client_id,
78
Some(&github_auth_params.client_secret),
0 commit comments