From 2c2464fa111447019801edc548acea7e89cfacb8 Mon Sep 17 00:00:00 2001 From: Bastien Dumont <bdumont@grandlyon.com> Date: Thu, 3 Aug 2023 16:48:52 +0200 Subject: [PATCH] fifth --- src/core/verifyUserIdentity.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/verifyUserIdentity.js b/src/core/verifyUserIdentity.js index 08079dc..c66697f 100644 --- a/src/core/verifyUserIdentity.js +++ b/src/core/verifyUserIdentity.js @@ -110,7 +110,7 @@ async function verifyUserIdentity( // Fifth try, remove address number and add escalierEtEtageEtAppartement if (!pdl) { - log('warn', 'Fourth try onboarding for sge') + log('warn', 'Fifth try onboarding for sge') pdl = await findUserPdl( `${baseUrl}/enedis_SDE_recherche-point/1.0`, apiAuthKey, -- GitLab