Skip to content

Commit

Permalink
Merge pull request #2035 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 7, 2024
2 parents 6670356 + 89caa48 commit 151fafd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/launchpad/launchpad_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def get(self, request):
).annotate(
rank=Window(
expression=RowNumber(),
order_by=F('karma').desc(), F('time_').asc()
order_by=[F('karma').desc(), F('time_').asc()]
)
).order_by("-karma", "time_")

Expand Down

0 comments on commit 151fafd

Please sign in to comment.