refactor: use helper to check charging station at WS opening
[e-mobility-charging-stations-simulator.git] / src / charging-station / Bootstrap.ts
index 7e23949ca8aca4f6dc0e93998b94bd9121634759..27f4a6073c8c5159c1bfa2b134688e6d6027325a 100644 (file)
@@ -8,9 +8,9 @@ import { isMainThread } from 'node:worker_threads';
 import chalk from 'chalk';
 import { availableParallelism } from 'poolifier';
 
+import { waitChargingStationEvents } from './Helpers';
 import type { AbstractUIServer } from './ui-server/AbstractUIServer';
 import { UIServerFactory } from './ui-server/UIServerFactory';
-import { waitChargingStationEvents } from './Utils';
 import { version } from '../../package.json' assert { type: 'json' };
 import { BaseError } from '../exception';
 import { type Storage, StorageFactory } from '../performance';