diff --git a/src/api.rs b/src/api.rs index eeab646..7421054 100644 --- a/src/api.rs +++ b/src/api.rs @@ -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(); }