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 df739b2 commit 3f7e995Copy full SHA for 3f7e995
src/utils/queryDB.ts
@@ -1311,7 +1311,7 @@ export async function getStatsCanvasUserData(
1311
m.created_at AS date
1312
FROM match_users mu
1313
JOIN matches m ON m.id = mu.match_id
1314
- 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
1315
ORDER BY m.id
1316
`,
1317
[userId, queueId],
0 commit comments