From: Jérôme Benoit Date: Sun, 15 Jan 2023 16:16:56 +0000 (+0100) Subject: Cleanups X-Git-Tag: v1.1.90~3 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=52ed5cf072cc8aacb45564d126a4b9e1c2cdb10a;p=e-mobility-charging-stations-simulator.git Cleanups Signed-off-by: Jérôme Benoit --- diff --git a/src/charging-station/ChargingStationWorkerBroadcastChannel.ts b/src/charging-station/ChargingStationWorkerBroadcastChannel.ts index 0fa3a155..8d6cb1c6 100644 --- a/src/charging-station/ChargingStationWorkerBroadcastChannel.ts +++ b/src/charging-station/ChargingStationWorkerBroadcastChannel.ts @@ -13,7 +13,7 @@ import { type HeartbeatRequest, type MeterValuesRequest, RequestCommand, - RequestParams, + type RequestParams, type StatusNotificationRequest, } from '../types/ocpp/Requests'; import { diff --git a/src/utils/Utils.ts b/src/utils/Utils.ts index 86b0daa2..6123215c 100644 --- a/src/utils/Utils.ts +++ b/src/utils/Utils.ts @@ -1,4 +1,4 @@ -import crypto from 'crypto'; +import crypto from 'node:crypto'; import clone from 'just-clone';