Skip to content

Commit

Permalink
fix(model): wrong value type (#402)
Browse files Browse the repository at this point in the history
Co-authored-by: Rene Stolle <r.stolle@prosoz.de>
  • Loading branch information
r3st and Rene Stolle authored Feb 28, 2023
1 parent 9cd3f14 commit b703322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models.go
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ type Client struct {
ProtocolMappers *[]ProtocolMapperRepresentation `json:"protocolMappers,omitempty"`
PublicClient *bool `json:"publicClient,omitempty"`
RedirectURIs *[]string `json:"redirectUris,omitempty"`
RegisteredNodes *map[string]string `json:"registeredNodes,omitempty"`
RegisteredNodes *map[string]int `json:"registeredNodes,omitempty"`
RegistrationAccessToken *string `json:"registrationAccessToken,omitempty"`
RootURL *string `json:"rootUrl,omitempty"`
Secret *string `json:"secret,omitempty"`
Expand Down

0 comments on commit b703322

Please sign in to comment.