Skip to content

Commit

Permalink
Remove unnecessary blank line in MonitorIncident class for improved c…
Browse files Browse the repository at this point in the history
…ode readability
  • Loading branch information
simlarsen committed Nov 13, 2024
1 parent 4814451 commit 4c6c138
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Common/Server/Utils/Monitor/MonitorIncident.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4c6c138

Please sign in to comment.