Skip to content

Commit

Permalink
top 100 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adnankattekaden authored Nov 8, 2023
1 parent bc28f92 commit 9aa1492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/top100_coders/top100_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def get(self, request):
INNER JOIN task_list AS tl ON tl.id = kal.task_id
WHERE tl.hashtag = '#thc-realworld-problem-proposal' and kal.appraiser_approved = TRUE)
GROUP BY u.id
ORDER BY karma DESC, time_;
ORDER BY total_karma DESC, time_;
"""
query2 = """
Expand Down

0 comments on commit 9aa1492

Please sign in to comment.