Skip to content
Snippets Groups Projects
Commit 234e4e22 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

chance -> try

parent f4d02eb4
No related branches found
No related tags found
1 merge request!27Resolve "Mise en place de sentry - sge"
Pipeline #48408 passed
...@@ -77,7 +77,7 @@ async function verifyUserIdentity( ...@@ -77,7 +77,7 @@ async function verifyUserIdentity(
// Third try, remove address number because it's buggy on SGE side // Third try, remove address number because it's buggy on SGE side
if (!pdl) { if (!pdl) {
log('warn', 'Third chance onboarding for sge') log('warn', 'Third try onboarding for sge')
pdl = await findUserPdl( pdl = await findUserPdl(
`${baseUrl}/enedis_SDE_recherche-point/1.0`, `${baseUrl}/enedis_SDE_recherche-point/1.0`,
apiAuthKey, apiAuthKey,
...@@ -91,7 +91,7 @@ async function verifyUserIdentity( ...@@ -91,7 +91,7 @@ async function verifyUserIdentity(
// Fourth try, remove address number and add escalierEtEtageEtAppartement because it's buggy on SGE side // Fourth try, remove address number and add escalierEtEtageEtAppartement because it's buggy on SGE side
if (!pdl) { if (!pdl) {
log('warn', 'Fourth chance onboarding for sge') log('warn', 'Fourth try onboarding for sge')
pdl = await findUserPdl( pdl = await findUserPdl(
`${baseUrl}/enedis_SDE_recherche-point/1.0`, `${baseUrl}/enedis_SDE_recherche-point/1.0`,
apiAuthKey, apiAuthKey,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment