mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 02:15:43 +03:00
chore: Fix function name in comment (#26511)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user