Skip to content

Commit

Permalink
chore: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgehermo9 committed Oct 9, 2024
1 parent eaf1789 commit ace691f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/server/src/routes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ pub fn router(app_state: AppState) -> Router {
.with_state(app_state)
}

// use macro and not a function so the logs are generated from the caller's module path
macro_rules! build_error_response {
($error:expr) => {{
let original_error = format!("{:?}", $error);
Expand Down

0 comments on commit ace691f

Please sign in to comment.