diff --git a/index.js b/index.js index 6f48be21d417703c7aea8e43f0b9e80a37e7f620..77710e9be0d1bc2563d085d5b490c045307ec6f5 100644 --- a/index.js +++ b/index.js @@ -224006,6 +224006,8 @@ async function findUserPdl( throw errors.LOGIN_FAILED }) + log('info', rechercherPoint(appLogin, name, postalCode, inseeCode, address)) + const parsedReply = await xml2js.parseStringPromise(response.body, { tagNameProcessors: [parseTags], valueProcessors: [parseValue],