✏️ Fixed linter name typo

This commit is contained in:
Maxim Lebedev 2023-08-05 09:27:38 +06:00
parent 5ad227700b
commit d02a35c897
Signed by: toby3d
GPG Key ID: 1F14E25B7C119FC5
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ func (h *Handler) handleRender(w http.ResponseWriter, r *http.Request) {
})
}
//nolint:unlen
//nolint:funlen
func (h *Handler) handleCallback(w http.ResponseWriter, r *http.Request) {
if r.Method != "" && r.Method != http.MethodGet {
http.Error(w, http.StatusText(http.StatusMethodNotAllowed), http.StatusMethodNotAllowed)