From 587d43282e175db0a90818370a4343adeb6ab240 Mon Sep 17 00:00:00 2001 From: Hugo SUBTIL <ext.sopra.husubtil@grandlyon.com> Date: Wed, 10 Aug 2022 11:26:52 +0200 Subject: [PATCH] publish: fix: env variable + add city field generated from commit 7a9ecb677963d5cab69eec5c4e769372d95db9d1 --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index a30b96e..3b68780 100644 --- a/index.js +++ b/index.js @@ -224000,7 +224000,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