From 56e41c7de5c82153a5c1a66593f9b714857b0727 Mon Sep 17 00:00:00 2001 From: Yoan VALLET <ext.sopra.yvallet@grandlyon.com> Date: Tue, 5 Jan 2021 10:48:10 +0100 Subject: [PATCH] feat: remove unused script --- scripts/createConnections.js | 5 ++--- scripts/importAccount.bat | 4 ---- 2 files changed, 2 insertions(+), 7 deletions(-) delete mode 100644 scripts/importAccount.bat diff --git a/scripts/createConnections.js b/scripts/createConnections.js index 4cd7ec75f..0b3b73c62 100644 --- a/scripts/createConnections.js +++ b/scripts/createConnections.js @@ -4,9 +4,8 @@ const axios = require('axios') const headers = { Accept: 'application/json', Authorization: - 'Bearer eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJhcHAiLCJpYXQiOjE2MDY5OTU1OTgsImlzcyI6ImNvenkudG9vbHM6ODA4MCIsInN1YiI6ImVjb2x5byIsInNlc3Npb25faWQiOiI5ODI3ZmVlMjc5MDNmN2U2MGRmNjUwMThjZjAwOTk1ZiJ9.epzyD0QWnP5LHTXgEFaKLAGyrtDT0gjFzW6bQFsoLu2YFYN1ZVLyhz4vF5gTHZoaIwHETCXShnpwQiAICwtU8w', - Cookie: - 'cozysessid=AAAAAF_Izko5ODI3ZmVlMjc5MDNmN2U2MGRmNjUwMThjZjAwOTk1Zo-CT2_orrO4wnc6rr-gk-V_8gYax1xpEJmZpStKuADY', + 'Bearer xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', + Cookie: 'cozysessid=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'content-type': 'application/json', } diff --git a/scripts/importAccount.bat b/scripts/importAccount.bat deleted file mode 100644 index 422527a01..000000000 --- a/scripts/importAccount.bat +++ /dev/null @@ -1,4 +0,0 @@ -@echo off -echo Please provide cozysessid (can be found after connection in browser dev tool) -set /p token="CozySessid ? : " -ACH -t %token% import ./data/accountData.json -- GitLab