Skip to content

Commit

Permalink
Merge pull request #256 from GiedriusS/fix_ruleset_updating
Browse files Browse the repository at this point in the history
ruleset: remove omitempty from Route
  • Loading branch information
Scott McAllister committed Dec 11, 2020
2 parents 198f070 + 18905a4 commit 8796b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruleset.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ type RuleActions struct {
Annotate *RuleActionParameter `json:"annotate,omitempty"`
Severity *RuleActionParameter `json:"severity,omitempty"`
Priority *RuleActionParameter `json:"priority,omitempty"`
Route *RuleActionParameter `json:"route,omitempty"`
Route *RuleActionParameter `json:"route"`
EventAction *RuleActionParameter `json:"event_action,omitempty"`
Extractions []*RuleActionExtraction `json:"extractions,omitempty"`
}
Expand Down

0 comments on commit 8796b5a

Please sign in to comment.