Bluesky app fork with some witchin' additions 💫

Remove region for AA call, actually not helpful (#8992)

authored by

Eric Bailey and committed by
GitHub
e073bdac 73d72814

+1 -5
+1 -5
src/state/ageAssurance/useInitAgeAssurance.ts
··· 42 42 countryCode: string 43 43 }, 44 44 ): string { 45 - if (geolocation.regionCode) { 46 - return `${geolocation.countryCode}-${geolocation.regionCode}`.toUpperCase() 47 - } else { 48 - return geolocation.countryCode.toUpperCase() 49 - } 45 + return geolocation.countryCode.toUpperCase() 50 46 } 51 47 52 48 export function useInitAgeAssurance() {