Skip to content

Commit 0e746d8

Browse files
authored
fix: Remove 'GB' from EU_COUNTRIES array post-Brexit
Remove 'GB' from EU_COUNTRIES array post-Brexit
1 parent dc72810 commit 0e746d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/bridge/pages/api/tos.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const EU_COUNTRIES = [
1313
'ES', // Spain
1414
'FI', // Finland
1515
'FR', // France
16-
'GB', // United Kingdom
16+
// 'GB', // United Kingdom (no longer an EU member)
1717
'GR', // Greece
1818
'HU', // Hungary
1919
'HR', // Croatia

0 commit comments

Comments
 (0)