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

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