From: Jérôme Benoit Date: Thu, 16 Apr 2020 07:59:14 +0000 (+0200) Subject: Linter fix on module.exports. X-Git-Tag: v1.0.1-0~364 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=3b718cfcd3fd415a9d2f1a23cf24553f06a4dc36;p=e-mobility-charging-stations-simulator.git Linter fix on module.exports. Signed-off-by: Jérôme Benoit --- diff --git a/src/list of URLs.txt b/src/list of URLs.txt deleted file mode 100644 index 1e58892a..00000000 --- a/src/list of URLs.txt +++ /dev/null @@ -1,6 +0,0 @@ - "ws://localhost:8010/OCPP16/5be7fb271014d90008992f06" // slf - "ws://localhost:8010/OCPP16/5be99f9186cd8a48683b2371" // slf - "ws://localhost:8010/OCPP16/5bef335fbf71cd4bb01d6529" // test - "ws://localhost:8010/OCPP16/5bef4fb3bf71cd4bb01d68c2" // test2 - "ws://localhost:8010/OCPP16/5bf700439327fa2f7c2744f3" // test Data Load - "ws://localhost:8010/OCPP16/5bf701a59327fa2f7c2744fa" // test Data Load 2 diff --git a/src/utils/Constants.js b/src/utils/Constants.js index 17ddbf6c..c9ba41d9 100644 --- a/src/utils/Constants.js +++ b/src/utils/Constants.js @@ -1,4 +1,4 @@ -module.exports = { +exports = { REST_RESPONSE_SUCCESS: {status: 'Success'}, CONN_STATUS_AVAILABLE: 'Available',