Skip to content

Commit

Permalink
Merge pull request #2044 from jelanmathewjames/dev
Browse files Browse the repository at this point in the history
Update launchpad leaderboard
  • Loading branch information
jelanmathewjames authored Jun 11, 2024
2 parents 03202fe + 3461e62 commit b1af1f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/launchpad/launchpad_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ def get(self, request):
expression=RowNumber(),
order_by=F("karma").desc(),
)
).order_by("rank")
)

paginated_queryset = CommonUtils.get_paginated_queryset(
users,
request,
Expand Down

0 comments on commit b1af1f1

Please sign in to comment.