Skip to content

Commit

Permalink
fix (launchpad) : Launchpad default sorting issue fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aswanthabam committed Jun 6, 2024
1 parent 83b7dbc commit 6a7c1dc
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 6a7c1dc

Please sign in to comment.