fix(simulator): detect string emptyness properly
authorJérôme Benoit <jerome.benoit@sap.com>
Tue, 7 Feb 2023 20:20:10 +0000 (21:20 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Tue, 7 Feb 2023 20:20:10 +0000 (21:20 +0100)
commit5a2a53cfa256a32aa342d4dee48492118065e84a
tree15fbb932c5b0c90f7bbda3ea8a5cd4f756065549
parentb9336eedb151ad0c6f519d977fdbddfedf3b7f2a
fix(simulator): detect string emptyness properly

Close #390

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
16 files changed:
package-lock.json
package.json
src/charging-station/AuthorizedTagsCache.ts
src/charging-station/ChargingStation.ts
src/charging-station/ChargingStationUtils.ts
src/charging-station/SharedLRUCache.ts
src/charging-station/ocpp/1.6/OCPP16IncomingRequestService.ts
src/charging-station/ocpp/OCPPServiceUtils.ts
src/charging-station/ui-server/UIHttpServer.ts
src/charging-station/ui-server/UIWebSocketServer.ts
src/utils/FileUtils.ts
src/utils/Logger.ts
src/utils/Utils.ts
test/utils/UtilsTest.ts
ui/web/package-lock.json
ui/web/package.json