Commit 06afb33 1 parent a16e05c commit 06afb33 Copy full SHA for 06afb33
File tree 1 file changed +0
-6
lines changed
1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -314,8 +314,6 @@ export class AlertGroupStore extends BaseStore {
314
314
const result = await makeRequest ( `${ this . path } stats/` , {
315
315
params : {
316
316
...this . incidentFilters ,
317
- resolved : false ,
318
- acknowledged : false ,
319
317
status : [ IncidentStatus . New ] ,
320
318
} ,
321
319
} ) ;
@@ -327,8 +325,6 @@ export class AlertGroupStore extends BaseStore {
327
325
const result = await makeRequest ( `${ this . path } stats/` , {
328
326
params : {
329
327
...this . incidentFilters ,
330
- resolved : false ,
331
- acknowledged : true ,
332
328
status : [ IncidentStatus . Acknowledged ] ,
333
329
} ,
334
330
} ) ;
@@ -341,7 +337,6 @@ export class AlertGroupStore extends BaseStore {
341
337
const result = await makeRequest ( `${ this . path } stats/` , {
342
338
params : {
343
339
...this . incidentFilters ,
344
- resolved : true ,
345
340
status : [ IncidentStatus . Resolved ] ,
346
341
} ,
347
342
} ) ;
@@ -354,7 +349,6 @@ export class AlertGroupStore extends BaseStore {
354
349
const result = await makeRequest ( `${ this . path } stats/` , {
355
350
params : {
356
351
...this . incidentFilters ,
357
- silenced : true ,
358
352
status : [ IncidentStatus . Silenced ] ,
359
353
} ,
360
354
} ) ;
You can’t perform that action at this time.
0 commit comments