Add city to IP-based geo (#11603)
This commit is contained in:
@@ -9,4 +9,5 @@ export const GEOLOCATION_SERVICE_URL = `${GEOLOCATION_URL}/geolocation`
|
||||
export const FALLBACK_GEOLOCATION_SERVICE_RESPONSE: Geolocation = {
|
||||
countryCode: undefined,
|
||||
regionCode: undefined,
|
||||
city: undefined,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user