Skip to content

Commit

Permalink
Merge pull request #2008 from aswanthabam/dev
Browse files Browse the repository at this point in the history
fix (launchpad) : Launchpad default sorting issue fix
  • Loading branch information
Kochouseph26John authored Jun 6, 2024
2 parents 6a567ea + 6a7c1dc commit 1a36d4a
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 @@ -42,7 +42,7 @@ def get(self, request):
district_name=F("user_organization_link_user__org__district__name"),
state=F("user_organization_link_user__org__district__zone__state__name"),
time_=Max("karma_activity_log_user__created_at"),
)
).order_by("-karma")

paginated_queryset = CommonUtils.get_paginated_queryset(
users,
Expand Down

0 comments on commit 1a36d4a

Please sign in to comment.