Skip to content

Commit

Permalink
fix: ensure http client user agent is set
Browse files Browse the repository at this point in the history
  • Loading branch information
getchoo committed Sep 9, 2024
1 parent 97d2b5d commit a5ba7f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ async fn setup(
trace!("Redis connection looks good!");
}

let http_client = api::HttpClient::default();
let http_client = <api::HttpClient as api::HttpClientExt>::default();
let octocrab = octocrab::instance();

let data = Data {
Expand Down

0 comments on commit a5ba7f2

Please sign in to comment.