From 103a72af06695a79b009fce5d66e297aeed85f4f Mon Sep 17 00:00:00 2001 From: Julian Buecher <69958138+JulianHBuecher@users.noreply.github.com> Date: Thu, 25 May 2023 10:15:05 +0200 Subject: [PATCH] Update src/charging-station/ChargingStation.ts MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Co-authored-by: Jérôme Benoit --- src/charging-station/ChargingStation.ts | 1 - 1 file changed, 1 deletion(-) 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')), -- 2.34.1