Skip to content

Commit 21f663d

Browse files
author
extreme4all
committed
bugfix
1 parent 7b86dea commit 21f663d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/api/legacy/legacy.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,8 +358,8 @@ async def sql_get_report_data_heatmap(region_id: int):
358358
rl.region_id,
359359
rl.x_coord,
360360
rl.y_coord,
361-
rl.z_coord,
362-
pl.confirmed_ban
361+
rl.z_coord,
362+
1 as confirmed_ban
363363
from report as rp
364364
join report_location rl on rp.report_location_id = rl.report_location_id
365365
join report_sighting rs on rp.report_sighting_id = rs.report_sighting_id

0 commit comments

Comments
 (0)