Skip to content

Commit

Permalink
duplicate definition of ComparisonDelta prop
Browse files Browse the repository at this point in the history
  • Loading branch information
martendeng committed Jun 19, 2024
1 parent e7989b8 commit 1d83a5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sentry/metric_alerts.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ type MetricAlert struct {
TimeWindow *float64 `json:"timeWindow,omitempty"`
ThresholdType *int `json:"thresholdType,omitempty"`
ResolveThreshold *float64 `json:"resolveThreshold,omitempty"`
ComparisonDelta *float64 `json:"comparisonDelta,omitempty"`
Triggers []*MetricAlertTrigger `json:"triggers,omitempty"`
Projects []string `json:"projects,omitempty"`
Owner *string `json:"owner,omitempty"`
Expand Down

0 comments on commit 1d83a5b

Please sign in to comment.