From 933e253b07b60f598e94a40cb817e334fb0f1995 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 19 Jun 2023 23:51:07 +0200 Subject: [PATCH] docs: add FIXME MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- src/charging-station/ChargingStation.ts | 1 + 1 file changed, 1 insertion(+) 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 -- 2.34.1