build(deps-dev): apply updates
[e-mobility-charging-stations-simulator.git] / src / performance / storage / JsonFileStorage.ts
index 592504a77c73ae104035da36f6415f4bf2986ffb..97ab104ccfb73a11fb52aafd8ca408eeaf1ff84f 100644 (file)
@@ -27,7 +27,7 @@ export class JsonFileStorage extends Storage {
         0,
         'utf8'
       )
-    }).catch(error => {
+    }).catch((error: unknown) => {
       handleFileException(
         this.dbName,
         FileType.PerformanceRecords,