From dd3ed02dd216567266d7ed38605d301d45ddeb05 Mon Sep 17 00:00:00 2001 From: Hugo SUBTIL <ext.sopra.husubtil@grandlyon.com> Date: Thu, 22 Sep 2022 16:32:08 +0200 Subject: [PATCH] add log --- src/onDeleteAccount.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/onDeleteAccount.js b/src/onDeleteAccount.js index 8666d20..e101960 100644 --- a/src/onDeleteAccount.js +++ b/src/onDeleteAccount.js @@ -32,6 +32,7 @@ async function onDeleteAccount() { }) } const secrets = getAccountSecret() + log('info', JSON.stringify(accountData)) const userConsent = await getBoConsent( secrets.boBaseUrl, secrets.boToken, -- GitLab