From 52ed5cf072cc8aacb45564d126a4b9e1c2cdb10a Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 15 Jan 2023 17:16:56 +0100 Subject: [PATCH] Cleanups MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- src/charging-station/ChargingStationWorkerBroadcastChannel.ts | 2 +- src/utils/Utils.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'; -- 2.34.1