Fix dlp health clippy warning
CI / Rust checks (push) Canceled after 0s
CI / Docs and registry checks (push) Canceled after 0s
CI / Smoke checks (push) Canceled after 0s
Coverage / Coverage baseline (push) Canceled after 0s
Security / Cargo audit (push) Canceled after 0s
Security / Cargo deny (push) Canceled after 0s
Security / Secret pattern check (push) Canceled after 0s
Security / Dependency review (push) Canceled after 0s

This commit is contained in:
igor04091968
2026-07-01 06:18:23 +03:00
parent c017cb08a9
commit 812851063e
+1 -3
View File
@@ -1440,9 +1440,7 @@ fn build_report(cli: &Cli, client: &Client) -> HealthReport {
}),
);
}
for unit in ["aw-worktime-ui-bridge.timer"] {
check_systemd_unit(&mut report, unit, "timer");
}
check_systemd_unit(&mut report, "aw-worktime-ui-bridge.timer", "timer");
match http_json(client, &format!("{aw_api_base}/buckets"), 15, 2) {
Ok(Value::Object(map)) => {