diff --git a/routes/api.php b/routes/api.php index 09905050..6b03c7db 100644 --- a/routes/api.php +++ b/routes/api.php @@ -63,7 +63,7 @@ Route::middleware([]) 'tags' => [ 'type' => 'community', 'name' => $meetup->name, - 'continent' => $meetup->city->country->europe, + 'continent' => 'europe', 'icon:square' => $meetup->getFirstMediaUrl('logo'), 'contact:email' => null, 'contact:twitter' => 'https://twitter.com/'.$meetup->twitter_username,