Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
extreme4all committed Nov 20, 2024
1 parent 56dc404 commit 35174fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/jobs/tipoff/queries.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
FROM Players as pl
INNER JOIN Predictions as p on (p.id = pl.id)
INNER JOIN reportLatest as rp on (rp.reported_id = pl.id)
INNER JOIN playerHiscoreDataLatest as phd on phd.Player_id = pl.id
INNER JOIN regionIDNames as rid on rid.region_ID = rp.region_ID
WHERE 1=1
and p.Predicted_confidence > 99
Expand Down

0 comments on commit 35174fd

Please sign in to comment.