From 5ba017229a3e4701d09dcfa44aa3201985c7392d Mon Sep 17 00:00:00 2001 From: Hugo SUBTIL <ext.sopra.husubtil@grandlyon.com> Date: Tue, 9 Aug 2022 10:14:53 +0200 Subject: [PATCH] publish: fix: types and manifest generated from commit f0b2c035fb06ab5218002a9fce2bf4041441f738 --- index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.js b/index.js index c6703d7..abf1bb1 100644 --- a/index.js +++ b/index.js @@ -224049,6 +224049,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], -- GitLab