diff --git a/internal/api/handler/health.go b/internal/api/handler/health.go index 2e5deac..9c1561e 100644 --- a/internal/api/handler/health.go +++ b/internal/api/handler/health.go @@ -11,6 +11,7 @@ type healthResponse struct { } func HealthHandler(w http.ResponseWriter, r *http.Request) { + _ = r resp := healthResponse{ Status: "ok", }