Apply dependencies update
[e-mobility-charging-stations-simulator.git] / src / charging-station / ChargingStationUtils.ts
index 7208fb80fe383fa916836306d63c33d9405f634a..2ac8a81bd4feb8f3df01972d8b473a435d04caa0 100644 (file)
@@ -26,6 +26,10 @@ import moment from 'moment';
 import path from 'path';
 
 export class ChargingStationUtils {
+  private constructor() {
+    // This is intentional
+  }
+
   public static getChargingStationId(
     index: number,
     stationTemplate: ChargingStationTemplate