diff --git a/src/url/user.rs b/src/url/user.rs index 0d080b5..25e67e0 100644 --- a/src/url/user.rs +++ b/src/url/user.rs @@ -26,8 +26,7 @@ pub async fn user(req: Request, pool: DBPool) -> Res<(String, StatusCo body = format!("{}", uuid); } else { -// body = "Not fond :(".to_owned(); - body = format!("{}", user.err().unwrap()); + body = "Not fond :(".to_owned(); } let restype: HeaderValue = "text/html".parse().unwrap();