#1564 : correct homepage default filtering + add debug log for testing

This commit is contained in:
Laurent Gay
2024-11-21 15:47:29 +01:00
committed by setop
parent 227c9034ae
commit 844642aff5
2 changed files with 10 additions and 1 deletions

View File

@@ -123,7 +123,7 @@ const eventsQuery = useQuery<{
orderBy: EventSortField.BEGINS_ON,
direction: SortDirection.ASC,
longevents: false,
location: geoHash.value,
location: geoHash.value ?? "",
radius: distance.value,
limit: 93,
}));