From e0ac9e911e882a7439f46e7b2ffb561f6d5f715a Mon Sep 17 00:00:00 2001 From: Hugo SUBTIL <ext.sopra.husubtil@grandlyon.com> Date: Wed, 10 Aug 2022 11:38:58 +0200 Subject: [PATCH] publish: remove clg generated from commit e8d82431feed2e135baafc0ae1d4c3deab8d11d8 --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 2f01124..b34ad24 100644 --- a/index.js +++ b/index.js @@ -224001,7 +224001,7 @@ async function findUserPdl( 'Content-Type': 'text/xml;charset=UTF-8', apikey: apiAuthKey, } - log('info', rechercherPoint(appLogin, name, postalCode, inseeCode, address)) + const { response } = await soapRequest({ url: url, headers: sgeHeaders, -- GitLab