diff --git a/src/main.rs b/src/main.rs index ef60524..632d704 100644 --- a/src/main.rs +++ b/src/main.rs @@ -119,7 +119,7 @@ async fn root(State(state): State, HxRequest(hx): HxRequest) -> impl I .first(&mut conn) .await .optional() - .expect("Query failed: No open shifts found") + .expect("Query failed") }; tracing::debug!("{open_shift:?}");