We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e55880c commit fe1b1f6Copy full SHA for fe1b1f6
packages/api/src/tasks/checkAlerts/index.ts
@@ -381,6 +381,7 @@ export const processAlert = async (
381
}
382
383
384
+ // FIXME: handle the case when a specific sub alert is resolved (ex: group-by)
385
// Check if alert transitioned from ALERT to OK (resolved)
386
if (
387
previous?.state === AlertState.ALERT &&
0 commit comments