Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
fix: cahmp NIR
Browse files Browse the repository at this point in the history
  • Loading branch information
rap2hpoutre committed Oct 4, 2022
1 parent b4d8350 commit 22d83d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/demarchesSimplifiees/parse-psychologists.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 22d83d3

Please sign in to comment.