Skip to content

Commit

Permalink
chore: fix unused const linter error (#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
zepatrik authored Sep 24, 2020
1 parent c869f33 commit 3540462
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ const (
errTokenInactiveName = "token_inactive"
// errAuthorizationCodeInactiveName = "authorization_code_inactive"
errUnknownErrorName = "error"
errRevocationClientMismatchName = "revocation_client_mismatch"
errRequestNotSupportedName = "request_not_supported"
errRequestURINotSupportedName = "request_uri_not_supported"
errRegistrationNotSupportedName = "registration_not_supported"
Expand Down

0 comments on commit 3540462

Please sign in to comment.