Skip to content

Commit

Permalink
Merge pull request #255 from cluarkhpe/fix-services
Browse files Browse the repository at this point in the history
fix creating services that don't use support hours
  • Loading branch information
Scott McAllister committed Jan 7, 2021
2 parents 7931edb + 5292b2e commit eab6a10
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 eab6a10

Please sign in to comment.