main
Zynh0722 2023-11-07 01:37:22 -08:00
parent 3102e77c82
commit be47a0afec
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}