type
parent
3102e77c82
commit
be47a0afec
|
@ -118,7 +118,7 @@ async fn add_drink(
|
||||||
if open_shift.is_none() {
|
if open_shift.is_none() {
|
||||||
return (
|
return (
|
||||||
StatusCode::CONFLICT,
|
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();
|
.into_response();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue