X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcharging-station%2FStationWorker.ts;h=bb2db88a4c749acafee441291b05dc8ef4fdf36e;hb=8bbe7426a07c159108c9cb1f69d3fe6b5cef5fe9;hp=45449c1b5bfc76bbad8757af5aaa9bcf52a5b7aa;hpb=ef9f969f325b0404519fdc72a9034dc4dc786af1;p=e-mobility-charging-stations-simulator.git diff --git a/src/charging-station/StationWorker.ts b/src/charging-station/StationWorker.ts index 45449c1b..bb2db88a 100644 --- a/src/charging-station/StationWorker.ts +++ b/src/charging-station/StationWorker.ts @@ -27,6 +27,6 @@ function addMessageListener(): void { } function startChargingStation(data: StationWorkerData): void { - const station = new ChargingStation(data.index , data.templateFile); + const station = new ChargingStation(data.index, data.templateFile); station.start(); }