Skip to content

Commit

Permalink
Remove const
Browse files Browse the repository at this point in the history
  • Loading branch information
harture committed Mar 18, 2020
1 parent 3f18544 commit f448705
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkg/kyc/authorization.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ func newAction(as string, scope security.Scope) security.Action {
return a
}

const (
// RegistrationOfficer is the name of the Keycloak group required for KYC API methods
RegistrationOfficer = "registration_officer"
)

// Creates constants for API method names
var (
KYCGetActions = newAction("KYC_GetActions", security.ScopeGlobal)
Expand Down

0 comments on commit f448705

Please sign in to comment.