Refine comment at CS configuration file handling
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 25 Apr 2022 13:00:08 +0000 (15:00 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 25 Apr 2022 13:00:08 +0000 (15:00 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
src/charging-station/ChargingStation.ts

index 0b61a107614d59acd7f90efe9958510ca92a9881..757cea0f8eb448cd73906fbcf97db6a4a28d2929 100644 (file)
@@ -1002,7 +1002,7 @@ export default class ChargingStation {
       this.hashId + '.json'
     );
     const stationInfoFromFile: ChargingStationInfo = this.getStationInfoFromFile();
-    // Priority: charging stations info from template > charging station info from configuration file > charging station info attribute
+    // Priority: charging station info from template > charging station info from configuration file > charging station info attribute
     if (stationInfoFromFile?.templateHash === stationInfoFromTemplate.templateHash) {
       return stationInfoFromFile;
     } else if (stationInfoFromFile?.templateHash !== stationInfoFromTemplate.templateHash) {