Skip to content

Commit

Permalink
Remove omitempty from StartsAfter/EndsBefore in ValueExtractor
Browse files Browse the repository at this point in the history
  • Loading branch information
danawillow authored and imjaroiswebdev committed Jul 31, 2024
1 parent 95f2261 commit 5b65cc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pagerduty/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ type Predicate struct {
type ValueExtractor struct {
ValueName string `json:"value_name,omitempty"`
Part string `json:"part,omitempty"`
StartsAfter string `json:"starts_after,omitempty"`
EndsBefore string `json:"ends_before,omitempty"`
StartsAfter string `json:"starts_after"`
EndsBefore string `json:"ends_before"`
Type string `json:"type,omitempty"`
Regex string `json:"regex,omitempty"`
}
Expand Down

0 comments on commit 5b65cc7

Please sign in to comment.