From f2ee8724054ad10732ecc45afeb2a24b5c50296a Mon Sep 17 00:00:00 2001 From: gcarron <gcarron@grandlyon.com> Date: Mon, 26 Sep 2022 14:56:28 +0200 Subject: [PATCH] publish: Merge branch 'fix/onDeleteIssue' of https://forge.grandlyon.com/web-et-numerique/llle_project/enedis-sge-konnector into feat/US858-Save-expiration-date generated from commit 56459d1cb71f7574d66f8405015e875609229208 --- onDeleteAccount.js | 1 + 1 file changed, 1 insertion(+) diff --git a/onDeleteAccount.js b/onDeleteAccount.js index 1124abd..6417ed4 100644 --- a/onDeleteAccount.js +++ b/onDeleteAccount.js @@ -227512,6 +227512,7 @@ async function onDeleteAccount() { }) } const secrets = getAccountSecret() + log('warn', `Account DATAA ${JSON.stringify(accountData)}`) const userConsent = await getBoConsent( secrets.boBaseUrl, secrets.boToken, -- GitLab