Skip to content

Commit

Permalink
Merge pull request #2045 from gtech-mulearn/dev
Browse files Browse the repository at this point in the history
Merge dev to dev-server
  • Loading branch information
jelanmathewjames authored Jun 11, 2024
2 parents 1b6ddd8 + b1af1f1 commit 7e0ca41
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 7e0ca41

Please sign in to comment.