From 811bcf35342898b91f145f40bfa09bda61c9e3bb Mon Sep 17 00:00:00 2001 From: HolgerHatGarKeineNode Date: Wed, 8 Feb 2023 14:35:40 +0100 Subject: [PATCH] btc-meetups updated --- routes/api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,