Remove region for AA call, actually not helpful (#8992)
This commit is contained in:
@@ -42,11 +42,7 @@ function createISOCountryCode(
|
||||
countryCode: string
|
||||
},
|
||||
): string {
|
||||
if (geolocation.regionCode) {
|
||||
return `${geolocation.countryCode}-${geolocation.regionCode}`.toUpperCase()
|
||||
} else {
|
||||
return geolocation.countryCode.toUpperCase()
|
||||
}
|
||||
return geolocation.countryCode.toUpperCase()
|
||||
}
|
||||
|
||||
export function useInitAgeAssurance() {
|
||||
|
||||
Reference in New Issue
Block a user