refactor(simulator): remove unneeded type casting
[e-mobility-charging-stations-simulator.git] / src / charging-station / ChargingStation.ts
index 645c3f736b004be126891afc3f8bb8b2318c85dc..ac5aaa93c451d8c877c9d93b0345550b74dd37e8 100644 (file)
@@ -1510,7 +1510,7 @@ export class ChargingStation {
         messageType
       )} is not an array`,
       undefined,
-      cachedRequest as unknown as JsonType
+      cachedRequest as JsonType
     );
   }