Skip to content

Commit d0f3673

Browse files
authored
Merge pull request #115 from opsgenie/update-escalation-repeat
update escalation repeat field type
2 parents 73fb203 + d32a60e commit d0f3673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

escalation/result.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ type Escalation struct {
4545
Description string `json:"description,omitempty"`
4646
Rules []Rule `json:"rules,omitempty"`
4747
OwnerTeam *og.OwnerTeam `json:"ownerTeam,omitempty"`
48-
Repeat Repeat `json:"repeat,omitempty"`
48+
Repeat *Repeat `json:"repeat,omitempty"`
4949
}
5050

5151
type Repeat struct {

0 commit comments

Comments
 (0)