Skip to content

Commit

Permalink
top 100 profile pic fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adnankattekaden committed Nov 15, 2023
1 parent 7a3aa53 commit 3f98950
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 @@ -51,7 +51,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_;
"""
with connection.cursor() as cursor:
cursor.execute(query)
Expand Down

0 comments on commit 3f98950

Please sign in to comment.