✏️ Fixed linter name typo
This commit is contained in:
parent
5ad227700b
commit
d02a35c897
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue