From 22d83d3bff0bf67fde14dec2aa6a3c00b0339a7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Huchet?= Date: Tue, 4 Oct 2022 17:05:23 +0200 Subject: [PATCH] fix: cahmp NIR --- src/services/demarchesSimplifiees/parse-psychologists.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/demarchesSimplifiees/parse-psychologists.ts b/src/services/demarchesSimplifiees/parse-psychologists.ts index db4f9394..712d7db2 100644 --- a/src/services/demarchesSimplifiees/parse-psychologists.ts +++ b/src/services/demarchesSimplifiees/parse-psychologists.ts @@ -11,7 +11,7 @@ const extractDepartmentNumber = (dep: string): string => { }; const CHAMPS = JSON.parse(config.demarchesSimplifiees.champs); const CHAMP_LANGUAGE_OTHER = "Q2hhbXAtMjM0NjQzNA=="; -export const CHAMP_NIR = "Q2hhbXAtMjM0NjQzNQ=="; +export const CHAMP_NIR = "Q2hhbXAtMTg0MzU2Ng=="; const PARSERS = { displayEmail: (value) => value === "true",