Remove region for AA call, actually not helpful

This commit is contained in:
Eric Bailey
2025-09-05 10:59:05 -05:00
parent 73d72814c5
commit a48742b061
@@ -42,11 +42,7 @@ function createISOCountryCode(
countryCode: string countryCode: string
}, },
): string { ): string {
if (geolocation.regionCode) { return geolocation.countryCode.toUpperCase()
return `${geolocation.countryCode}-${geolocation.regionCode}`.toUpperCase()
} else {
return geolocation.countryCode.toUpperCase()
}
} }
export function useInitAgeAssurance() { export function useInitAgeAssurance() {