Skip to content

Commit

Permalink
saint-pierre-d\'irube
Browse files Browse the repository at this point in the history
  • Loading branch information
aymericdo committed Oct 22, 2024
1 parent d987813 commit bdd4ae5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/services/filters/city-filter/city-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const CITIES = {
'larressore',
'mouguerre',
'saint-jean-de-luz',
'saint-pierre d\'irube',
'saint-pierre-d\'irube',
'urcuit',
'urrugne',
'ustaritz',
Expand Down
2 changes: 1 addition & 1 deletion src/services/filters/city-filter/code-insee.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const codeInsee = (city: AvailableCities): string => {
case 'larressore': return '64317'
case 'mouguerre': return '64407'
case 'saint-jean-de-luz': return '64483'
case 'saint-pierre d\'irube': return '64496'
case 'saint-pierre-d\'irube': return '64496'
case 'urcuit': return '64540'
case 'urrugne': return '64545'
case 'ustaritz': return '64547'
Expand Down
2 changes: 1 addition & 1 deletion src/services/filters/city-filter/label.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const label = (city: AvailableMainCities | AvailableCities): string => {
case 'larressore': return 'Larressore'
case 'mouguerre': return 'Mouguerre'
case 'saint-jean-de-luz': return 'Saint-Jean-de-Luz'
case 'saint-pierre d\'irube': return 'Saint-Pierre d\'Irube'
case 'saint-pierre-d\'irube': return 'Saint-Pierre-d\'Irube'
case 'urcuit': return 'Urcuit'
case 'urrugne': return 'Urrugne'
case 'ustaritz': return 'Ustaritz'
Expand Down
2 changes: 1 addition & 1 deletion src/services/filters/city-filter/postal-codes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ export const postalCodes = (city: AvailableCities): { postalCodes: string[], reg
postalCodes: ['64500'],
regex: [/\b64500\b/g],
}
case 'saint-pierre d\'irube': return {
case 'saint-pierre-d\'irube': return {
postalCodes: ['64990'],
regex: [/\b64990\b/g],
}
Expand Down
2 changes: 1 addition & 1 deletion src/services/filters/city-filter/zones.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const zones = (city: AvailableCities): string[] | { [key: string]: string
case 'larressore': return ['Zone 3']
case 'mouguerre': return ['Zone 3']
case 'saint-jean-de-luz': return ['Zone 1']
case 'saint-pierre d\'irube': return ['Zone 3']
case 'saint-pierre-d\'irube': return ['Zone 3']
case 'urcuit': return ['Zone 3']
case 'urrugne': return ['Zone 2']
case 'ustaritz': return ['Zone 3']
Expand Down

0 comments on commit bdd4ae5

Please sign in to comment.