Loading packages/common/src/entities/GeoLocation.ts +1 −1 Original line number Diff line number Diff line Loading @@ -59,7 +59,7 @@ class GeoLocation extends DBObject<IGeoLocation, IGeoLocationCreateObject> return getCountryName(this.countryId); } set countryName(caountryName: CountryName) {} set countryName(countryName: CountryName) {} get isLocValid(): any { return ( Loading Loading
packages/common/src/entities/GeoLocation.ts +1 −1 Original line number Diff line number Diff line Loading @@ -59,7 +59,7 @@ class GeoLocation extends DBObject<IGeoLocation, IGeoLocationCreateObject> return getCountryName(this.countryId); } set countryName(caountryName: CountryName) {} set countryName(countryName: CountryName) {} get isLocValid(): any { return ( Loading