Add a FIXME comment.
authorJérôme Benoit <jerome.benoit@sap.com>
Tue, 20 Oct 2020 21:38:31 +0000 (23:38 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Tue, 20 Oct 2020 21:38:31 +0000 (23:38 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
src/charging-station/ChargingStation.js

index 47186765dea3273aba71f40435a47441f61c49ca..c6b3a5ae517caf3a1a034d09d10a4f38b16127fa 100644 (file)
@@ -92,6 +92,7 @@ class ChargingStation {
         this._initTransactionOnConnector(connector);
       }
     }
+    // FIXME: Conditionally initialize or use singleton design pattern per charging station
     this._statistics = new Statistics(this._stationInfo.name);
     this._performanceObserver = new PerformanceObserver((list) => {
       const entry = list.getEntries()[0];