Strict null type check fixes
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 25 Jan 2023 13:47:06 +0000 (14:47 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 25 Jan 2023 13:47:06 +0000 (14:47 +0100)
commit1895299db899eb53db7fb1615b82624f806017e8
tree4e66b2aa25fd67acf77e6cd02dc178232c7fe04c
parent8475b2228f0b36777e1a9528b2d61348facad82f
Strict null type check fixes

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
18 files changed:
src/charging-station/AuthorizedTagsCache.ts
src/charging-station/AutomaticTransactionGenerator.ts
src/charging-station/Bootstrap.ts
src/charging-station/ChargingStation.ts
src/charging-station/ChargingStationConfigurationUtils.ts
src/charging-station/ChargingStationUtils.ts
src/charging-station/SharedLRUCache.ts
src/performance/PerformanceStatistics.ts
src/performance/storage/MikroOrmStorage.ts
src/performance/storage/Storage.ts
src/performance/storage/StorageFactory.ts
src/types/ChargingStationWorker.ts
src/types/Worker.ts
src/utils/Configuration.ts
src/utils/FileUtils.ts
src/utils/Logger.ts
src/utils/Utils.ts
src/worker/WorkerFactory.ts