Skip to content

Commit

Permalink
fix: france competences: parsing opco mobilite (#1295)
Browse files Browse the repository at this point in the history
  • Loading branch information
remy-auricoste authored Jun 12, 2024
1 parent d1fe982 commit 6c8d013
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/src/common/franceCompetencesClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ const mappingOpcoNames: Record<string, OPCOS> = {
AKTO: OPCOS.AKTO,
"OPCO EP": OPCOS.EP,
"UNIFORMATION COHESION SOCIALE": OPCOS.UNIFORMATION,
"OPCO MOBILITES": OPCOS.MOBILITE,
}

export const FCOpcoToOpcoEnum = (fcOpco: string): OPCOS => {
Expand Down

0 comments on commit 6c8d013

Please sign in to comment.