fix auction based ranking

This commit is contained in:
k00b 2024-09-19 17:07:36 -05:00
parent ad9a65ce78
commit 8c9d4aa59b
1 changed files with 1 additions and 1 deletions

View File

@ -479,7 +479,7 @@ export default {
'"pinId" IS NULL',
subClause(sub, 4)
)}
ORDER BY group_rank, rank
ORDER BY group_rank DESC, rank
OFFSET $2
LIMIT $3`,
orderBy: 'ORDER BY group_rank DESC, rank'