Skip to content

Commit

Permalink
Merge pull request #2198 from dilshadmohammed/dev
Browse files Browse the repository at this point in the history
update: change in searchfields for launchpad leaderboard
  • Loading branch information
jelanmathewjames authored Aug 2, 2024
2 parents 93c96dd + 9e80984 commit 1df4eec
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 @@ -144,7 +144,7 @@ def get(self, request):
paginated_queryset = CommonUtils.get_paginated_queryset(
users,
request,
["full_name", "karma", "org", "district_name", "state"]
["muid","full_name","org"]
)

final_users = paginated_queryset.get("queryset")
Expand Down

0 comments on commit 1df4eec

Please sign in to comment.