Skip to content

Commit 8cb147f

Browse files
authored
Merge pull request #543 from Bot-detector/develop
bugfix
2 parents a9b9764 + 21f663d commit 8cb147f

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)