From 234e4e227f41e417759718519c5f018df14fa85e Mon Sep 17 00:00:00 2001 From: Bastien DUMONT <bdumont@grandlyon.com> Date: Thu, 8 Dec 2022 14:07:51 +0100 Subject: [PATCH] chance -> try --- src/core/verifyUserIdentity.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/verifyUserIdentity.js b/src/core/verifyUserIdentity.js index 188d0aa..4f2dc96 100644 --- a/src/core/verifyUserIdentity.js +++ b/src/core/verifyUserIdentity.js @@ -77,7 +77,7 @@ async function verifyUserIdentity( // Third try, remove address number because it's buggy on SGE side if (!pdl) { - log('warn', 'Third chance onboarding for sge') + log('warn', 'Third try onboarding for sge') pdl = await findUserPdl( `${baseUrl}/enedis_SDE_recherche-point/1.0`, apiAuthKey, @@ -91,7 +91,7 @@ async function verifyUserIdentity( // Fourth try, remove address number and add escalierEtEtageEtAppartement because it's buggy on SGE side if (!pdl) { - log('warn', 'Fourth chance onboarding for sge') + log('warn', 'Fourth try onboarding for sge') pdl = await findUserPdl( `${baseUrl}/enedis_SDE_recherche-point/1.0`, apiAuthKey, -- GitLab