X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fcharging-station%2FWorkerBroadcastChannel.ts;h=f3c168bdc8f1057611d1b8768d6d1dde0364c627;hb=a7bb184512dd064b5da4dc125d652b6b40ceffee;hp=dd14d781ce61b207d2faf9a0cd42bff9d47933b3;hpb=268a74bb051fcbbad532fd833f0d8fd2b33b6c64;p=e-mobility-charging-stations-simulator.git diff --git a/src/charging-station/WorkerBroadcastChannel.ts b/src/charging-station/WorkerBroadcastChannel.ts index dd14d781..f3c168bd 100644 --- a/src/charging-station/WorkerBroadcastChannel.ts +++ b/src/charging-station/WorkerBroadcastChannel.ts @@ -1,4 +1,4 @@ -import { BroadcastChannel } from 'worker_threads'; +import { BroadcastChannel } from 'node:worker_threads'; import type { BroadcastChannelRequest, @@ -6,8 +6,7 @@ import type { JsonType, MessageEvent, } from '../types'; -import { logger } from '../utils/Logger'; -import { Utils } from '../utils/Utils'; +import { Utils, logger } from '../utils'; const moduleName = 'WorkerBroadcastChannel';