Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardfeng-db committed Mar 18, 2024
1 parent 15d1662 commit cd714b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/resource_job.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ type SqlDashboardTask struct {

type SqlAlertTask struct {
AlertID string `json:"alert_id"`
Subscriptions []SqlSubscription `json:"subscriptions"`
Subscriptions []SqlSubscription `json:"subscriptions,omitempty"`
PauseSubscriptions bool `json:"pause_subscriptions,omitempty"`
}

Expand Down

0 comments on commit cd714b7

Please sign in to comment.