refactor: switch eslint configuration to strict type checking
[e-mobility-charging-stations-simulator.git] / src / performance / storage / Storage.ts
index 8ee2a7018ee6dfc911d67218d07ef272df6293d9..4724681558894674f6bb1d3decd2ea5953c276a3 100644 (file)
@@ -35,7 +35,7 @@ export abstract class Storage {
       }'${inTableOrCollectionStr}:`,
       error
     )
-    if (params?.throwError === true) {
+    if (params.throwError === true) {
       throw error
     }
   }