fix: update comment formatting in AlertEpisodeService for clarity

This commit is contained in:
Nawaz Dhandala
2026-01-26 22:16:32 +00:00
parent a3e25723af
commit b865caae7a

View File

@@ -304,8 +304,10 @@ export class Service extends DatabaseService<Model> {
props: props || {},
});
// Note: resolvedAt is updated by AlertEpisodeStateTimelineService.onCreateSuccess()
// to avoid duplicate updates.
/*
* Note: resolvedAt is updated by AlertEpisodeStateTimelineService.onCreateSuccess()
* to avoid duplicate updates.
*/
// Cascade state change to all member alerts if requested
if (cascadeToAlerts) {