From 21f663d53c7af0f6b908aceac86266f092b18bb9 Mon Sep 17 00:00:00 2001 From: extreme4all <> Date: Tue, 12 Aug 2025 20:25:19 +0200 Subject: [PATCH] bugfix --- src/api/legacy/legacy.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/legacy/legacy.py b/src/api/legacy/legacy.py index 60e5601..e53e147 100644 --- a/src/api/legacy/legacy.py +++ b/src/api/legacy/legacy.py @@ -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