Loading packages/common/package.json +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ "name": "@ever-platform/common", "description": "Ever Platform Shared Core", "license": "AGPL-3.0", "version": "0.3.14", "version": "0.3.15", "homepage": "https://ever.co", "repository": { "type": "git", Loading packages/common/src/entities/GeoLocation.ts +2 −0 Original line number Diff line number Diff line Loading @@ -59,6 +59,8 @@ class GeoLocation extends DBObject<IGeoLocation, IGeoLocationCreateObject> return getCountryName(this.countryId); } set countryName(countryName: CountryName) {} get isLocValid(): any { return ( this.loc.type === 'Point' && Loading Loading
packages/common/package.json +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ "name": "@ever-platform/common", "description": "Ever Platform Shared Core", "license": "AGPL-3.0", "version": "0.3.14", "version": "0.3.15", "homepage": "https://ever.co", "repository": { "type": "git", Loading
packages/common/src/entities/GeoLocation.ts +2 −0 Original line number Diff line number Diff line Loading @@ -59,6 +59,8 @@ class GeoLocation extends DBObject<IGeoLocation, IGeoLocationCreateObject> return getCountryName(this.countryId); } set countryName(countryName: CountryName) {} get isLocValid(): any { return ( this.loc.type === 'Point' && Loading