type
This commit is contained in:
parent
3102e77c82
commit
be47a0afec
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ async fn add_drink(
|
|||
if open_shift.is_none() {
|
||||
return (
|
||||
StatusCode::CONFLICT,
|
||||
"Unable to to add a drink when no shift is open",
|
||||
"Unable to add a drink when no shift is open",
|
||||
)
|
||||
.into_response();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue