Add error handling to JSON schemas file reading
[e-mobility-charging-stations-simulator.git] / src / charging-station / ChargingStationUtils.ts
index e73f4d50670628cd61dfc82a2604ef7f9ae2d9fe..c40a1476b1e79b97b0e84afc2364174db13bfac4 100644 (file)
@@ -1,6 +1,6 @@
 import crypto from 'node:crypto';
-import path from 'path';
-import { fileURLToPath } from 'url';
+import path from 'node:path';
+import { fileURLToPath } from 'node:url';
 
 import moment from 'moment';