Skip to content

Commit 482768a

Browse files
committed
Fix lint error with sliceofpointers (bis)
1 parent 99c1e33 commit 482768a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

github/enterprise_scim.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ type ListProvisionedSCIMUsersEnterpriseOptions struct {
148148
//
149149
// GitHub API docs: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-group
150150
type SCIMEnterpriseAttributeOptions struct {
151-
Schemas []string `json:"schemas"` // The URIs that are used to indicate the namespaces for a SCIM patch operation.
152-
Operations []*SCIMEnterpriseAttributeOperations `json:"Operations,omitempty"` // Set of operations to be performed.
151+
Schemas []string `json:"schemas"` // The URIs that are used to indicate the namespaces for a SCIM patch operation.
152+
Operations []*SCIMEnterpriseAttributeOperations `json:"Operations"` // Set of operations to be performed.
153153
}
154154

155155
// SCIMEnterpriseAttributeOperations represents operations for UpdateAttributeSCIMGroup or UpdateAttributeSCIMUser.

0 commit comments

Comments
 (0)