We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfdc710 commit 7b86deaCopy full SHA for 7b86dea
src/api/legacy/legacy.py
@@ -364,8 +364,7 @@ async def sql_get_report_data_heatmap(region_id: int):
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
366
join Players pl on rs.reported_id = pl.id
367
- where rl.region_id = :region_id and pl.label_jagex = 2 and rp.created_at > curdate() - interval 30 DAY
368
- ;
+ where rl.region_id = :region_id and pl.label_jagex = 2 and rp.created_at > curdate() - interval 30 DAY
369
"""
370
371
param = {"region_id": region_id}
0 commit comments