Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
Signed-off-by: Sanskarzz <[email protected]>
  • Loading branch information
Sanskarzz authored and anushkamittal2001 committed Jun 17, 2024
1 parent 8538d79 commit a8ad513
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ func healthHandler(w http.ResponseWriter, r *http.Request) {
if r.URL.Path == "/health" {
// Return a 200 OK status to indicate the server is healthy
w.WriteHeader(http.StatusOK)
w.Write([]byte("OK"))
return
}
}
Expand Down

0 comments on commit a8ad513

Please sign in to comment.