Skip to content

Commit

Permalink
Add proper colons to Deprecated message
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickRice-KSC committed Apr 3, 2024
1 parent 21750f1 commit 48382c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions groups.go
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ type CreateGroupOptions struct {
IPRestrictionRanges *string `url:"ip_restriction_ranges,omitempty" json:"ip_restriction_ranges,omitempty"`
WikiAccessLevel *AccessControlValue `url:"wiki_access_level,omitempty" json:"wiki_access_level,omitempty"`

// Deprecated Use EmailsEnabled instead
// Deprecated: Use EmailsEnabled instead
EmailsDisabled *bool `url:"emails_disabled,omitempty" json:"emails_disabled,omitempty"`
}

Expand Down Expand Up @@ -493,7 +493,7 @@ type UpdateGroupOptions struct {
IPRestrictionRanges *string `url:"ip_restriction_ranges,omitempty" json:"ip_restriction_ranges,omitempty"`
WikiAccessLevel *AccessControlValue `url:"wiki_access_level,omitempty" json:"wiki_access_level,omitempty"`

// Deprecated Use EmailsEnabled instead
// Deprecated: Use EmailsEnabled instead
EmailsDisabled *bool `url:"emails_disabled,omitempty" json:"emails_disabled,omitempty"`
}

Expand Down

0 comments on commit 48382c2

Please sign in to comment.