Update router/src/main.rs

Co-authored-by: Hugo Larcher <hugo.larcher@huggingface.co>
This commit is contained in:
Erik Kaunismäki 2024-07-16 13:57:33 +02:00 committed by GitHub
parent ef63e93554
commit a5f50c5b39
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -410,7 +410,7 @@ async fn main() -> Result<(), RouterError> {
disable_usage_stats, disable_usage_stats,
disable_crash_reports, disable_crash_reports,
); );
Some(usage_stats::UserAgent::new(reducded_args)) Some(usage_stats::UserAgent::new(reduced_args))
} else { } else {
None None
}; };