From b2975d3300767a331406883155908bfcaf04c98d Mon Sep 17 00:00:00 2001 From: Bastien DUMONT <bdumont@grandlyon.com> Date: Mon, 1 Aug 2022 14:37:21 +0200 Subject: [PATCH] fix: type rechercherPoint --- src/requests/sge.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/requests/sge.js b/src/requests/sge.js index 5a3ca10..0dd4b07 100644 --- a/src/requests/sge.js +++ b/src/requests/sge.js @@ -124,6 +124,7 @@ function consulterDonneesTechniquesContractuelles(pointId, appLogin) { * Use rechercherPoint to find user PDL if exist * @param {string} name * @param {string} postalCode + * @param {string} inseeCode * @param {string} address * @returns {string} PDL */ -- GitLab