Linter fix on module.exports.
authorJérôme Benoit <jerome.benoit@sap.com>
Thu, 16 Apr 2020 07:59:14 +0000 (09:59 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Thu, 16 Apr 2020 07:59:14 +0000 (09:59 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
src/list of URLs.txt [deleted file]
src/utils/Constants.js

diff --git a/src/list of URLs.txt b/src/list of URLs.txt
deleted file mode 100644 (file)
index 1e58892..0000000
+++ /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
index 17ddbf6c22163a99dab84cdb4673ef62d2fa3168..c9ba41d91a3b61d96d755adc3a5df0141f803f40 100644 (file)
@@ -1,4 +1,4 @@
-module.exports = {
+exports = {
   REST_RESPONSE_SUCCESS: {status: 'Success'},
 
   CONN_STATUS_AVAILABLE: 'Available',