Remove unnecessary blank line in MonitorIncident class for improved code readability

This commit is contained in:
Simon Larsen 2024-11-13 12:07:12 +00:00
parent 4814451277
commit 4c6c1381c8
No known key found for this signature in database
GPG Key ID: 96C5DCA24769DBCA

View File

@ -84,7 +84,6 @@ export default class MonitorIncident {
telemetryQuery?: TelemetryQuery | undefined;
};
}): Promise<void> {
// check open incidents
logger.debug(`${input.monitor.id?.toString()} - Check open incidents.`);
// check active incidents and if there are open incidents, do not cretae anothr incident.