From eef08fd4c525b798ac78bd89e41c353d5afcfdf9 Mon Sep 17 00:00:00 2001 From: sanj <67624670+iodrift@users.noreply.github.com> Date: Fri, 15 Nov 2024 14:41:46 -0800 Subject: [PATCH] Auto-update: Fri Nov 15 14:41:46 PST 2024 --- sijapi/routers/gis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sijapi/routers/gis.py b/sijapi/routers/gis.py index c52e523..0f35598 100644 --- a/sijapi/routers/gis.py +++ b/sijapi/routers/gis.py @@ -124,7 +124,7 @@ async def get_last_location() -> Optional[Location]: -wasync def generate_and_save_heatmap( +async def generate_and_save_heatmap( start_date: Union[str, int, datetime], end_date: Optional[Union[str, int, datetime]] = None, output_path: Optional[Path] = None