Skip to content
Merged
Changes from all commits
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
4 changes: 2 additions & 2 deletions src/api/legacy/legacy.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,8 +358,8 @@ async def sql_get_report_data_heatmap(region_id: int):
rl.region_id,
rl.x_coord,
rl.y_coord,
rl.z_coord,
pl.confirmed_ban
rl.z_coord,
1 as confirmed_ban
from report as rp
join report_location rl on rp.report_location_id = rl.report_location_id
join report_sighting rs on rp.report_sighting_id = rs.report_sighting_id
Expand Down