fix: add sanity check at evses initialization
[e-mobility-charging-stations-simulator.git] / src / charging-station / WorkerBroadcastChannel.ts
index a5a3c40f76b64034624fdc160d127d8dde06f8de..f3c168bdc8f1057611d1b8768d6d1dde0364c627 100644 (file)
@@ -1,4 +1,4 @@
-import { BroadcastChannel } from 'worker_threads';
+import { BroadcastChannel } from 'node:worker_threads';
 
 import type {
   BroadcastChannelRequest,