From: Julian Buecher <69958138+JulianHBuecher@users.noreply.github.com> Date: Thu, 25 May 2023 08:15:05 +0000 (+0200) Subject: Update src/charging-station/ChargingStation.ts X-Git-Tag: v1.2.16~13^2~8 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=103a72af06695a79b009fce5d66e297aeed85f4f;hp=baa539e6b66a5c479327f48195df5a4133b8c0e7;p=e-mobility-charging-stations-simulator.git Update src/charging-station/ChargingStation.ts Co-authored-by: Jérôme Benoit --- diff --git a/src/charging-station/ChargingStation.ts b/src/charging-station/ChargingStation.ts index e059ce5a..b27a11d7 100644 --- a/src/charging-station/ChargingStation.ts +++ b/src/charging-station/ChargingStation.ts @@ -1290,7 +1290,6 @@ export class ChargingStation { private initialize(): void { const stationTemplate = this.getTemplateFromFile(); - // eslint-disable-next-line @typescript-eslint/no-unsafe-call ChargingStationUtils.checkTemplate(stationTemplate, this.logPrefix(), this.templateFile); this.configurationFile = path.join( path.dirname(this.templateFile.replace('station-templates', 'configurations')),