Warning fix
swoosh pr / Rustfmt (pull_request) Successful in 1m0s
swoosh pr / Clippy (pull_request) Successful in 1m3s
Release Tagging / release (pull_request) Successful in 40s
swoosh pr / Check (pull_request) Successful in 2m54s

This commit is contained in:
2026-06-26 22:19:31 -04:00
parent b411d2370f
commit f4150af077
+1 -4
View File
@@ -123,10 +123,7 @@ fn init_params(
fn convert_time_to_iso(time: time::OffsetDateTime) -> Result<String, time::error::Format> {
use time::format_description::well_known::Iso8601;
match time.format(&Iso8601::DEFAULT) {
Ok(converted) => Ok(converted),
Err(err) => Err(err),
}
time.format(&Iso8601::DEFAULT)
}
fn generate_auth(