Revert "fix(alerting): pause dto can only pause one"
This reverts commit b2c5a6a037.
This commit is contained in:
+4
-3
@@ -138,9 +138,10 @@ type SaveAlertsCommand struct {
|
||||
}
|
||||
|
||||
type PauseAlertCommand struct {
|
||||
OrgId int64
|
||||
AlertId int64
|
||||
Paused bool
|
||||
OrgId int64
|
||||
AlertIds []int64
|
||||
ResultCount int64
|
||||
Paused bool
|
||||
}
|
||||
|
||||
type PauseAllAlertCommand struct {
|
||||
|
||||
Reference in New Issue
Block a user