case harmonization with other fields
- longevents -> long_events (back-end) - longevents -> longEvents (front-end)
This commit is contained in:
@@ -122,7 +122,7 @@ const eventsQuery = useQuery<{
|
||||
}>(FETCH_EVENTS, () => ({
|
||||
orderBy: EventSortField.BEGINS_ON,
|
||||
direction: SortDirection.ASC,
|
||||
longevents: false,
|
||||
longEvents: false,
|
||||
location: geoHash.value ?? "",
|
||||
radius: distance.value,
|
||||
limit: 93,
|
||||
|
||||
Reference in New Issue
Block a user