diff --git a/src/main.rs b/src/main.rs index 41514a3..ba564ad 100644 --- a/src/main.rs +++ b/src/main.rs @@ -113,7 +113,6 @@ async fn root(State(state): State, HxRequest(hx): HxRequest) -> impl I shifts .filter(end.is_null()) - .select(Shift::as_select()) .first(&mut conn) .await .optional()