Skip to content

Commit

Permalink
feat: add no lint on unused
Browse files Browse the repository at this point in the history
  • Loading branch information
clD11 committed Nov 24, 2023
1 parent a432fb7 commit 4a50e7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/wallet/controllers_v3.go
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,7 @@ func CreateChallenge(s *Service) handlers.AppHandler {

// TODO(clD): follow up in spec

//nolint:all
func setChallengeRespHeaders(w http.ResponseWriter, chl model.Challenge) {
const (
cookieName = "__Secure-CSRF_TOKEN"
Expand Down

0 comments on commit 4a50e7d

Please sign in to comment.