Skip to content

Commit

Permalink
renamed max integration description to max integration comment
Browse files Browse the repository at this point in the history
  • Loading branch information
malekvictor committed Oct 22, 2020
1 parent 43d60f2 commit b7ec6aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ type Features struct {
// Maximum length for ColorRule description
MaxColorRuleDescriptionLength int `json:"max_color_rule_description_length"`

// Maximum length for Integration description
MaxIntegrationDescriptionLength int `json:"max_integration_description_length"`
// Maximum length for Integration comment
MaxIntegrationCommentLength int `json:"max_integration_comment_length"`

//Maximum length for urls
MaxUrlLength int `json:"max_url_length"`
Expand Down

0 comments on commit b7ec6aa

Please sign in to comment.