Skip to content

Commit 1d83a5b

Browse files
committed
duplicate definition of ComparisonDelta prop
1 parent e7989b8 commit 1d83a5b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sentry/metric_alerts.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ type MetricAlert struct {
2020
TimeWindow *float64 `json:"timeWindow,omitempty"`
2121
ThresholdType *int `json:"thresholdType,omitempty"`
2222
ResolveThreshold *float64 `json:"resolveThreshold,omitempty"`
23-
ComparisonDelta *float64 `json:"comparisonDelta,omitempty"`
2423
Triggers []*MetricAlertTrigger `json:"triggers,omitempty"`
2524
Projects []string `json:"projects,omitempty"`
2625
Owner *string `json:"owner,omitempty"`

0 commit comments

Comments
 (0)