From 3b718cfcd3fd415a9d2f1a23cf24553f06a4dc36 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 16 Apr 2020 09:59:14 +0200 Subject: [PATCH] Linter fix on module.exports. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- src/list of URLs.txt | 6 ------ src/utils/Constants.js | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 src/list of URLs.txt 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', -- 2.34.1