Skip to content

Commit

Permalink
feat: replace remaining PE typologie with FT
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-gavanier committed Sep 30, 2024
1 parent de40b6e commit ee45266
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/transformer/fields/typologies/name-to-typologie.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ export const TYPOLOGIE_MATCHERS: TypologieMatcher[] = [
matchers: [/mairie/iu, /commune/iu, /^ville d[eu]/iu, /h[oô]tel de ville/iu]
},
{
typologie: Typologie.PE,
typologie: Typologie.FT,
matchers: [/france travail/iu]
},
{
typologie: Typologie.FT,
matchers: [/p[ôo]le emploi/iu]
},
{
Expand Down

0 comments on commit ee45266

Please sign in to comment.