Globe: Add country slug
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2020-04-02 21:08:46 +02:00
parent 46358e880f
commit 5a49bc7b5f

View File

@@ -33,6 +33,7 @@
return {
name: location.name,
slug: location.slug,
countrySlug: location.country.slug,
lat: location.coordinates.lat,
lng: location.coordinates.lng
}