Fix close events radius

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2022-08-19 15:07:45 +02:00
parent d818557469
commit be0b3245bf
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ const { result: eventsResult, loading: loadingEvents } = useQuery<{
location: geohash,
beginsOn: new Date(),
endsOn: undefined,
radius: 2500,
radius: 25,
eventPage: 1,
limit: EVENT_PAGE_LIMIT,
type: "IN_PERSON",