From: Jérôme Benoit Date: Mon, 19 Jun 2023 21:51:07 +0000 (+0200) Subject: docs: add FIXME X-Git-Tag: v1.2.17~15 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=933e253b07b60f598e94a40cb817e334fb0f1995;p=e-mobility-charging-stations-simulator.git docs: add FIXME Signed-off-by: Jérôme Benoit --- diff --git a/src/charging-station/ChargingStation.ts b/src/charging-station/ChargingStation.ts index 726a2ce9..c88c76e7 100644 --- a/src/charging-station/ChargingStation.ts +++ b/src/charging-station/ChargingStation.ts @@ -672,6 +672,7 @@ export class ChargingStation { } file have changed, reload` ); this.sharedLRUCache.deleteChargingStationTemplate(this.templateFileHash); + // FIXME: cleanup idtags cache if idtags file has changed // Initialize this.initialize(); // Restart the ATG