From 954272cb7018414c4fa1c494739c45b56aee03ae Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Thu, 26 Sep 2024 10:33:50 -0500 Subject: [PATCH] ensure we pass timezone to the api call --- web/src/pages/Explore.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/pages/Explore.tsx b/web/src/pages/Explore.tsx index df69fc579..cfbbe96e0 100644 --- a/web/src/pages/Explore.tsx +++ b/web/src/pages/Explore.tsx @@ -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, }, ];