clippy lint

This commit is contained in:
mbecker20
2025-08-03 21:40:13 -04:00
parent c94d83bc3a
commit f3e77ccffe

View File

@@ -64,7 +64,7 @@ pub async fn run_startup_actions() {
let update = match init_execution_update(
&ExecuteRequest::RunAction(RunAction { action: id.clone() }),
&user,
user,
)
.await
{