Cleanups
authorJérôme Benoit <jerome.benoit@sap.com>
Sun, 15 Jan 2023 16:16:56 +0000 (17:16 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Sun, 15 Jan 2023 16:16:56 +0000 (17:16 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
src/charging-station/ChargingStationWorkerBroadcastChannel.ts
src/utils/Utils.ts

index 0fa3a155469697aa2e1515da39b2287906505949..8d6cb1c62ac7ff647f1cbbf8a6cf6a240c1520ea 100644 (file)
@@ -13,7 +13,7 @@ import {
   type HeartbeatRequest,
   type MeterValuesRequest,
   RequestCommand,
-  RequestParams,
+  type RequestParams,
   type StatusNotificationRequest,
 } from '../types/ocpp/Requests';
 import {
index 86b0daa2d57a15a8f4f9893e28e49899b34b6eb1..6123215c4d8a107640b97de7b928847ec61c61c3 100644 (file)
@@ -1,4 +1,4 @@
-import crypto from 'crypto';
+import crypto from 'node:crypto';
 
 import clone from 'just-clone';