Unverified Commit 599b6046 authored by Ruslan Konviser's avatar Ruslan Konviser Committed by GitHub
Browse files

Merge pull request #1279 from ever-co/fix/#1247-error-admin-view-carrier

fix: error admin view carrier
parents 8c88619c fd3136d7
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(countryName: CountryName) {}

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