From be47a0afecb64042974e41b377327f40e2746fb0 Mon Sep 17 00:00:00 2001 From: Zynh0722 Date: Tue, 7 Nov 2023 01:37:22 -0800 Subject: [PATCH] type --- src/api.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }