refactor: cleanup reservation check condition
[e-mobility-charging-stations-simulator.git] / src / charging-station / IdTagsCache.ts
index 86214393d15ed94c649b947a5e3cd2f69542cc46..5e0ab0b8f0778c2fbf02333c579657387a5c1d5f 100644 (file)
@@ -1,7 +1,7 @@
 import { type FSWatcher, readFileSync } from 'node:fs';
 
 import type { ChargingStation } from './ChargingStation';
-import { getIdTagsFile } from './ChargingStationUtils';
+import { getIdTagsFile } from './Helpers';
 import { FileType, IdTagDistribution } from '../types';
 import {
   handleFileException,