Skip to content

Commit fe1b1f6

Browse files
committed
docs: add a comment
1 parent e55880c commit fe1b1f6

File tree

1 file changed

+1
-0
lines changed
  • packages/api/src/tasks/checkAlerts

1 file changed

+1
-0
lines changed

packages/api/src/tasks/checkAlerts/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,7 @@ export const processAlert = async (
381381
}
382382
}
383383

384+
// FIXME: handle the case when a specific sub alert is resolved (ex: group-by)
384385
// Check if alert transitioned from ALERT to OK (resolved)
385386
if (
386387
previous?.state === AlertState.ALERT &&

0 commit comments

Comments
 (0)