ensure we pass timezone to the api call

This commit is contained in:
Josh Hawkins 2024-09-26 10:33:50 -05:00
parent d44750ab0d
commit 954272cb70

View File

@ -103,6 +103,7 @@ export default function Explore() {
time_range: searchSearchParams["time_range"],
search_type: searchSearchParams["search_type"],
event_id: searchSearchParams["event_id"],
timezone,
include_thumbnails: 0,
},
];