From a5f50c5b398a85179274adc6dda62d2300227998 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Kaunism=C3=A4ki?= Date: Tue, 16 Jul 2024 13:57:33 +0200 Subject: [PATCH] Update router/src/main.rs Co-authored-by: Hugo Larcher --- router/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/router/src/main.rs b/router/src/main.rs index 9188c938..1282b45e 100644 --- a/router/src/main.rs +++ b/router/src/main.rs @@ -410,7 +410,7 @@ async fn main() -> Result<(), RouterError> { disable_usage_stats, disable_crash_reports, ); - Some(usage_stats::UserAgent::new(reducded_args)) + Some(usage_stats::UserAgent::new(reduced_args)) } else { None };