Remove region for AA call, actually not helpful (#8992)
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user