Skip to content

Commit

Permalink
Merge pull request #1087 from annuaire-entreprises-data-gouv-fr/TMP-f…
Browse files Browse the repository at this point in the history
…ix-conformite

fix: remove timeout before showing conformité
  • Loading branch information
johangirod authored May 29, 2024
2 parents f3602a9 + 6c2dc9b commit 032f3aa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions models/espace-agent/conformite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ export const getConformiteEntreprise = async (
siret: Siret,
recipientSiret?: string
): Promise<IConformiteUniteLegale> => {
await new Promise((resolve) => setTimeout(resolve, 20000));

const [fiscale, vigilance, msa] = await Promise.all([
clientApiEntrepriseConformiteFiscale(siren, recipientSiret).catch((error) =>
handleApiEntrepriseError(error, { siren, siret })
Expand Down

0 comments on commit 032f3aa

Please sign in to comment.