remove unneeded select
thanks static typing
This commit is contained in:
parent
40a5b99f02
commit
cfb9a38c78
1 changed files with 0 additions and 1 deletions
|
@ -113,7 +113,6 @@ async fn root(State(state): State<AppState>, HxRequest(hx): HxRequest) -> impl I
|
|||
|
||||
shifts
|
||||
.filter(end.is_null())
|
||||
.select(Shift::as_select())
|
||||
.first(&mut conn)
|
||||
.await
|
||||
.optional()
|
||||
|
|
Loading…
Reference in a new issue