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