Skip to content

Commit

Permalink
fix creating services that don't use support hours
Browse files Browse the repository at this point in the history
  • Loading branch information
cluarkhpe committed Jan 4, 2021
1 parent 7931edb commit 5292b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ type Service struct {
EscalationPolicy EscalationPolicy `json:"escalation_policy,omitempty"`
Teams []Team `json:"teams,omitempty"`
IncidentUrgencyRule *IncidentUrgencyRule `json:"incident_urgency_rule,omitempty"`
SupportHours *SupportHours `json:"support_hours,omitempty"`
SupportHours *SupportHours `json:"support_hours"`
ScheduledActions []ScheduledAction `json:"scheduled_actions"`
AlertCreation string `json:"alert_creation,omitempty"`
AlertGrouping string `json:"alert_grouping,omitempty"`
Expand Down

0 comments on commit 5292b2e

Please sign in to comment.