We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 035e8ec commit 2d7a3a6Copy full SHA for 2d7a3a6
src/utils/queryDB.ts
@@ -1295,7 +1295,7 @@ export async function getStatsCanvasUserData(
1295
m.created_at AS time
1296
FROM match_users mu
1297
JOIN matches m ON m.id = mu.match_id
1298
- WHERE mu.user_id = $1 AND m.queue_id = $2 AND m.winning_team IS NOT NULL
+ WHERE mu.user_id = $1 AND m.queue_id = $2 AND m.winning_team IS NOT NULL AND mu.elo_change != 0.0
1299
ORDER BY m.created_at DESC
1300
LIMIT 4
1301
`,
0 commit comments