From 39e7c5ec92de6f0eb7233d171df4ce9840598038 Mon Sep 17 00:00:00 2001 From: build-token <build-token> Date: Wed, 5 Oct 2022 12:04:08 +0000 Subject: [PATCH] publish: fix: var name generated from commit 6198da930ae777992fec9033a97fe1447a1bc810 --- index.js | 6 +++--- onDeleteAccount.js | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/index.js b/index.js index bd8e824..1f1636b 100644 --- a/index.js +++ b/index.js @@ -224025,7 +224025,7 @@ const { default: axios } = __webpack_require__(1558) * @param {string} postalCode * @param {string} inseeCode * @param {string} city - * @param {boolean} hasBeenThroughtSafetyOnBoarding + * @param {boolean} safetyOnBoarding * @returns {Promise<Consent>} */ async function createBoConsent( @@ -224038,7 +224038,7 @@ async function createBoConsent( postalCode, inseeCode, city, - hasBeenThroughtSafetyOnBoarding + safetyOnBoarding ) { log('info', `Query createBoConsent`) const headers = { @@ -224058,7 +224058,7 @@ async function createBoConsent( postalCode, inseeCode, city, - hasBeenThroughtSafetyOnBoarding, + safetyOnBoarding, }, headers ) diff --git a/onDeleteAccount.js b/onDeleteAccount.js index cf0b54c..62a055c 100644 --- a/onDeleteAccount.js +++ b/onDeleteAccount.js @@ -223354,7 +223354,7 @@ const { default: axios } = __webpack_require__(1558) * @param {string} postalCode * @param {string} inseeCode * @param {string} city - * @param {boolean} hasBeenThroughtSafetyOnBoarding + * @param {boolean} safetyOnBoarding * @returns {Promise<Consent>} */ async function createBoConsent( @@ -223367,7 +223367,7 @@ async function createBoConsent( postalCode, inseeCode, city, - hasBeenThroughtSafetyOnBoarding + safetyOnBoarding ) { log('info', `Query createBoConsent`) const headers = { @@ -223387,7 +223387,7 @@ async function createBoConsent( postalCode, inseeCode, city, - hasBeenThroughtSafetyOnBoarding, + safetyOnBoarding, }, headers ) -- GitLab