fix: ensure http client user agent is set
This commit is contained in:
parent
7266e96816
commit
872cc0cc08
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue