Storage: storage records in JSON file as an array to ease import.
[e-mobility-charging-stations-simulator.git] / src / utils / Utils.ts
index f453c8220fcb7a24c182ba602efe95dbdaff6ea3..5da54a2e150fb64940c563ca6494297f7f0f7306 100644 (file)
@@ -58,7 +58,7 @@ export default class Utils {
       return 0;
     }
     if (Number.isSafeInteger(value)) {
-      return changedValue;
+      return value as number;
     }
     // Check
     if (Utils.isString(value)) {