Skip to content

Commit

Permalink
fix: changement de path sur une custom erreur du rapport de transmiss…
Browse files Browse the repository at this point in the history
…ion (#3844)

Co-authored-by: Paul Gaucher <paul@paulinformatique.com>
  • Loading branch information
Pomarom and Pomarom authored Oct 2, 2024
1 parent 3694129 commit 22c3c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/jobs/ingestion/process-ingestion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ async function transformEffectifQueueV3ToEffectif(rawEffectifQueued: IEffectifQu
ctx.addIssue(
createCustomEffectifIssue(
ORGANISME_RESPONSABLE_NOT_FOUND,
["etablissement_formateur_uai", "etablissement_formateur_siret"],
["etablissement_responsable_uai", "etablissement_responsable_siret"],
{
uai: effectifQueued.etablissement_responsable_uai,
siret: effectifQueued.etablissement_responsable_siret,
Expand Down

0 comments on commit 22c3c59

Please sign in to comment.