From 52ac9e95e22c6b7c40226fc158397c32b663e117 Mon Sep 17 00:00:00 2001 From: Hugo SUBTIL <ext.sopra.husubtil@grandlyon.com> Date: Thu, 11 Aug 2022 14:04:54 +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 9bf7501..794449a 100644 --- a/index.js +++ b/index.js @@ -223967,6 +223967,7 @@ async function updateBoConsent(url, token, consent, serviceId) { }, headers ) + log('info', data) return data } catch (e) { console.log(e) diff --git a/onDeleteAccount.js b/onDeleteAccount.js index b4b8747..ebe1f29 100644 --- a/onDeleteAccount.js +++ b/onDeleteAccount.js @@ -223355,6 +223355,7 @@ async function updateBoConsent(url, token, consent, serviceId) { }, headers ) + log('info', data) return data } catch (e) { console.log(e) -- GitLab