refactor: cleanup charging station options handling
[e-mobility-charging-stations-simulator.git] / src / charging-station / IdTagsCache.ts
index d1ad32d2bbffe63aa4d091fe11fecce1af0db165..e1bc8b843eb124e822eea882e900210112710cdd 100644 (file)
@@ -143,8 +143,7 @@ export class IdTagsCache {
               logger.debug(
                 `${this.logPrefix(file)} ${FileType.Authorization} file have changed, reload`
               )
-              this.deleteIdTagsCache(file)
-              this.deleteIdTagsCacheIndexes(file)
+              this.deleteIdTags(file)
             } catch (error) {
               handleFileException(
                 file,