Skip to content

Commit

Permalink
Merge pull request opsgenie#115 from opsgenie/update-escalation-repeat
Browse files Browse the repository at this point in the history
update escalation repeat field type
  • Loading branch information
frknyldz authored Nov 22, 2022
2 parents 73fb203 + d32a60e commit d0f3673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion escalation/result.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ type Escalation struct {
Description string `json:"description,omitempty"`
Rules []Rule `json:"rules,omitempty"`
OwnerTeam *og.OwnerTeam `json:"ownerTeam,omitempty"`
Repeat Repeat `json:"repeat,omitempty"`
Repeat *Repeat `json:"repeat,omitempty"`
}

type Repeat struct {
Expand Down

0 comments on commit d0f3673

Please sign in to comment.