chore: Fix function name in comment (#26511)

This commit is contained in:
Joey
2025-08-13 22:06:50 +08:00
committed by GitHub
parent d353fc53be
commit c997afe0de

View File

@@ -35,7 +35,7 @@ func (s *HTTPServer) auditHandler(h handlerFn) handlerFn {
return h
}
// auditHTTPHandler wraps the passed handlerByteFn
// auditNonJSONHandler wraps the passed handlerByteFn
func (s *HTTPServer) auditNonJSONHandler(h handlerByteFn) handlerByteFn {
return h
}