more accurate expect comment
This commit is contained in:
parent
a22cb3b306
commit
a9eef2b68f
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ async fn root(State(state): State<AppState>, HxRequest(hx): HxRequest) -> impl I
|
|||
.first(&mut conn)
|
||||
.await
|
||||
.optional()
|
||||
.expect("Query failed: No open shifts found")
|
||||
.expect("Query failed")
|
||||
};
|
||||
|
||||
tracing::debug!("{open_shift:?}");
|
||||
|
|
Loading…
Reference in a new issue