Commit 0a3c0cfb authored by Yavor Grancharov's avatar Yavor Grancharov
Browse files

fix: error on admin when viewing carrier

parent 8c88619c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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",
+2 −0
Original line number Diff line number Diff line
@@ -59,6 +59,8 @@ class GeoLocation extends DBObject<IGeoLocation, IGeoLocationCreateObject>
		return getCountryName(this.countryId);
	}

	set countryName(caountryName: CountryName) {}

	get isLocValid(): any {
		return (
			this.loc.type === 'Point' &&