diff --git a/api/http/handler/auth/logout.go b/api/http/handler/auth/logout.go index 21d8d340f..22330bd71 100644 --- a/api/http/handler/auth/logout.go +++ b/api/http/handler/auth/logout.go @@ -17,7 +17,6 @@ import ( // @success 204 "Success" // @failure 500 "Server error" // @router /auth/logout [post] - func (handler *Handler) logout(w http.ResponseWriter, r *http.Request) *httperror.HandlerError { tokenData := handler.bouncer.JWTAuthLookup(r)