Update src/charging-station/ChargingStation.ts
authorJulian Buecher <69958138+JulianHBuecher@users.noreply.github.com>
Thu, 25 May 2023 08:14:52 +0000 (10:14 +0200)
committerGitHub <noreply@github.com>
Thu, 25 May 2023 08:14:52 +0000 (10:14 +0200)
Co-authored-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
src/charging-station/ChargingStation.ts

index 6f786eab1d1af2c1c1cbb459cb7bdd26e60f9c7a..e059ce5a02a0842241ba8f6b12518851ecfd31cd 100644 (file)
@@ -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,