From 07932f71dab5ba0ff8a37fb1637b417d214920cd Mon Sep 17 00:00:00 2001 From: phoenix Date: Wed, 22 Oct 2025 11:16:28 -0400 Subject: [PATCH] tsk-69: Removed constant --- src/callers/login.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/callers/login.rs b/src/callers/login.rs index 2f9801f..52b90d7 100644 --- a/src/callers/login.rs +++ b/src/callers/login.rs @@ -59,10 +59,6 @@ pub mod endpoint { use super::request; use super::response; - // TODO: At some point, get the username from the DB - // Name of service username when returning a login result - pub const SERVICE_USERNAME: &str = "service"; - async fn not_found(message: &str) -> (StatusCode, Json) { ( StatusCode::NOT_FOUND,