refactor: cleanup loops over object keys
[e-mobility-charging-stations-simulator.git] / src / charging-station / ChargingStationUtils.ts
index 66a4725f5f7712727ab2f21b1bff36bcbba21ad0..d0d99c0b38a89c9ddc100d4407790cbd44ca599f 100644 (file)
@@ -532,7 +532,7 @@ export const getIdTagsFile = (stationInfo: ChargingStationInfo): string | undefi
   );
 };
 
-export const waitForChargingStationEvents = async (
+export const waitChargingStationEvents = async (
   emitter: EventEmitter,
   event: ChargingStationWorkerMessageEvents,
   eventsToWait: number