From 6c8d013263cf5bb5f793a58ca589543a9fed4b4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Auricoste?= Date: Wed, 12 Jun 2024 10:55:30 +0200 Subject: [PATCH] fix: france competences: parsing opco mobilite (#1295) --- server/src/common/franceCompetencesClient.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/server/src/common/franceCompetencesClient.ts b/server/src/common/franceCompetencesClient.ts index 190df0bdcb..692a3092ed 100644 --- a/server/src/common/franceCompetencesClient.ts +++ b/server/src/common/franceCompetencesClient.ts @@ -46,6 +46,7 @@ const mappingOpcoNames: Record = { AKTO: OPCOS.AKTO, "OPCO EP": OPCOS.EP, "UNIFORMATION COHESION SOCIALE": OPCOS.UNIFORMATION, + "OPCO MOBILITES": OPCOS.MOBILITE, } export const FCOpcoToOpcoEnum = (fcOpco: string): OPCOS => {