Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixing location
  • Loading branch information
nrdagar committed Dec 5, 2024
commit 5327248f21fa3678198aada2819e112e41f32319
3 changes: 1 addition & 2 deletions app/routes/geographic.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
async def get_clusters(min_cases: int = 0):
"""Get geographic clusters of COVID-19 cases"""
try:
# Fetch locations from your existing data source
locations = [] # Replace with actual data fetching
locations = [] # Placeholder for locations

# Filter by minimum cases if specified
if min_cases > 0:
Expand Down