mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
btc-meetups updated
This commit is contained in:
@@ -56,7 +56,11 @@ Route::middleware([])
|
|||||||
])
|
])
|
||||||
->where('community', '=', 'einundzwanzig')
|
->where('community', '=', 'einundzwanzig')
|
||||||
->whereHas('city',
|
->whereHas('city',
|
||||||
fn($query) => $query->whereNotNull('cities.simplified_geojson'))
|
fn($query) => $query
|
||||||
|
->whereNotNull('cities.simplified_geojson')
|
||||||
|
->whereNotNull('cities.population')
|
||||||
|
->whereNotNull('cities.population_date')
|
||||||
|
)
|
||||||
->get()
|
->get()
|
||||||
->map(fn($meetup) => [
|
->map(fn($meetup) => [
|
||||||
'id' => $meetup->slug,
|
'id' => $meetup->slug,
|
||||||
|
|||||||
Reference in New Issue
Block a user