From baa539e6b66a5c479327f48195df5a4133b8c0e7 Mon Sep 17 00:00:00 2001 From: Julian Buecher <69958138+JulianHBuecher@users.noreply.github.com> Date: Thu, 25 May 2023 10:14:52 +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 6f786eab..e059ce5a 100644 --- a/src/charging-station/ChargingStation.ts +++ b/src/charging-station/ChargingStation.ts @@ -1175,7 +1175,6 @@ export class ChargingStation { private getStationInfoFromTemplate(): ChargingStationInfo { const stationTemplate: ChargingStationTemplate | undefined = this.getTemplateFromFile(); - // eslint-disable-next-line @typescript-eslint/no-unsafe-call ChargingStationUtils.checkTemplate(stationTemplate, this.logPrefix(), this.templateFile); ChargingStationUtils.warnTemplateKeysDeprecation( stationTemplate, -- 2.34.1