We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a9b9764 + 21f663d commit 8cb147fCopy full SHA for 8cb147f
1 file changed
src/api/legacy/legacy.py
@@ -358,8 +358,8 @@ async def sql_get_report_data_heatmap(region_id: int):
358
rl.region_id,
359
rl.x_coord,
360
rl.y_coord,
361
- rl.z_coord,
362
- pl.confirmed_ban
+ rl.z_coord,
+ 1 as confirmed_ban
363
from report as rp
364
join report_location rl on rp.report_location_id = rl.report_location_id
365
join report_sighting rs on rp.report_sighting_id = rs.report_sighting_id
0 commit comments