Преглед изворни кода

silence lint warning

Signed-off-by: Nicola Murino <[email protected]>
Nicola Murino пре 1 година
родитељ
комит
ea898ed104
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      internal/httpd/webclient.go

+ 1 - 1
internal/httpd/webclient.go

@@ -1595,7 +1595,7 @@ func (s *httpdServer) handleWebClientChangePwd(w http.ResponseWriter, r *http.Re
 	s.renderClientChangePasswordPage(w, r, nil)
 }
 
-func (s *httpdServer) handleWebClientProfilePost(w http.ResponseWriter, r *http.Request) {
+func (s *httpdServer) handleWebClientProfilePost(w http.ResponseWriter, r *http.Request) { //nolint:gocyclo
 	r.Body = http.MaxBytesReader(w, r.Body, maxRequestSize)
 	err := r.ParseForm()
 	if err != nil {