We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b86dea commit 21f663dCopy full SHA for 21f663d
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