Skip to content

Commit 3f7e995

Browse files
committed
Update queryDB.ts
1 parent df739b2 commit 3f7e995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/queryDB.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1311,7 +1311,7 @@ export async function getStatsCanvasUserData(
13111311
m.created_at AS date
13121312
FROM match_users mu
13131313
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
1314+
WHERE mu.user_id = $1 AND m.queue_id = $2 AND m.winning_team IS NOT NULL AND mu.elo_change != 0.0
13151315
ORDER BY m.id
13161316
`,
13171317
[userId, queueId],

0 commit comments

Comments
 (0)