packages/utils/location.ts
@@ -45,7 +45,7 @@ } static async getLocationImp() { let geocoderRes = await this.getLocationByIp().catch(() => this.getLocationByIp()); let geocoderRes = await this.getLocationByGeocoder().catch(() => this.getLocationByIp()); console.log('geocoderRes: ', geocoderRes); return geocoderRes;