Skip to content

Commit 7962b29

Browse files
authored
Merge pull request #73 from OpenVPN/fix/lint-issue
Fix typo in User struct: change 'SecondaryGroupIds' to 'SecondaryGrou…
2 parents 92e72fd + 1144bce commit 7962b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudconnexa/users.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ type User struct {
2424
FirstName string `json:"firstName,omitempty"`
2525
LastName string `json:"lastName,omitempty"`
2626
GroupID string `json:"groupId"`
27-
SecondaryGroupIds []string `json:"secondaryGroupIds,omitempty"`
27+
SecondaryGroupIDs []string `json:"secondaryGroupIds,omitempty"`
2828
Status string `json:"status"`
2929
Devices []Device `json:"devices"`
3030
ConnectionStatus string `json:"connectionStatus"`

0 commit comments

Comments
 (0)