From d5c8cf60cd4e5ec05ec16be1c7c766fea74c6788 Mon Sep 17 00:00:00 2001 From: Hugo SUBTIL <ext.sopra.husubtil@grandlyon.com> Date: Thu, 11 Aug 2022 10:08:49 +0200 Subject: [PATCH] publish: fix: build generated from commit e1b85de07c58540ec31d27517693c4d11397d6d0 --- index.js | 1 + onDeleteAccount.js | 1 + 2 files changed, 2 insertions(+) diff --git a/index.js b/index.js index 4a8b627..0582c0e 100644 --- a/index.js +++ b/index.js @@ -223931,6 +223931,7 @@ async function updateBoConsent(url, token, consent, serviceId) { } try { + log('info', consent.ID) const { data } = await axios.put( `${url}/consent/${consent.ID?.toString()}`, { diff --git a/onDeleteAccount.js b/onDeleteAccount.js index befc970..7422b31 100644 --- a/onDeleteAccount.js +++ b/onDeleteAccount.js @@ -223323,6 +223323,7 @@ async function updateBoConsent(url, token, consent, serviceId) { } try { + log('info', consent.ID) const { data } = await axios.put( `${url}/consent/${consent.ID?.toString()}`, { -- GitLab