From 872cc0cc0859f442dc51c24e2f35488d8f184985 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 848fad8..0a4ec23 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 {