Skip to content

Commit

Permalink
Merge pull request #2009 from gtech-mulearn/dev
Browse files Browse the repository at this point in the history
dev-server
  • Loading branch information
Kochouseph26John authored Jun 6, 2024
2 parents d85913b + 1a36d4a commit 1df2e88
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 1df2e88

Please sign in to comment.