diff --git a/index.js b/index.js index 2f01124eb56adf9a667bd7756078125d74d01591..b34ad2486540efc7366e2cad3ef7dd2988afd021 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,