diff --git a/src/routers/batch/batch_analyze_and_fetch.py b/src/routers/batch/batch_analyze_and_fetch.py index dec9401..c9df6fa 100644 --- a/src/routers/batch/batch_analyze_and_fetch.py +++ b/src/routers/batch/batch_analyze_and_fetch.py @@ -133,7 +133,7 @@ def main( } geojson_name = "drawn_aoi_boundary" if derive_boundary else "boundary" - ## TODO: Should probably define a class for batch analysis and fetch + ## TODO [#34]: Should probably define a class for batch analysis and fetch job_status = { "submitted": str(submission_time),