Skip to content

Commit

Permalink
remove omitempty from EO rule disable attrib
Browse files Browse the repository at this point in the history
  • Loading branch information
imjaroiswebdev committed Feb 5, 2024
1 parent 0de11cd commit 6f8c039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pagerduty/event_orchestration_path.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ type EventOrchestrationPathRule struct {
Label string `json:"label,omitempty"`
Conditions []*EventOrchestrationPathRuleCondition `json:"conditions"`
Actions *EventOrchestrationPathRuleActions `json:"actions,omitempty"`
Disabled bool `json:"disabled,omitempty"`
Disabled bool `json:"disabled"`
}

type EventOrchestrationPathRuleCondition struct {
Expand Down

0 comments on commit 6f8c039

Please sign in to comment.