From a5ba7f2aac5a9b0b789d5dbaaa6265681996a52d Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 8 Sep 2024 22:53:50 -0400 Subject: [PATCH] fix: ensure http client user agent is set --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index d01eaaf2..bbf4aa09 100644 --- a/src/main.rs +++ b/src/main.rs @@ -58,7 +58,7 @@ async fn setup( trace!("Redis connection looks good!"); } - let http_client = api::HttpClient::default(); + let http_client = ::default(); let octocrab = octocrab::instance(); let data = Data {