mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
fix: update comment formatting in AlertEpisodeService for clarity
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user