Skip to content

Commit

Permalink
Merge pull request #2012 from aswanthabam/dev
Browse files Browse the repository at this point in the history
Upated leaderborad details
  • Loading branch information
Kochouseph26John authored Jun 6, 2024
2 parents 1a36d4a + 568f5a3 commit a16631b
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 @@ -33,7 +33,7 @@ def get(self, request):
Prefetch(
"user_organization_link_user",
queryset=UserOrganizationLink.objects.filter(
org__org_type__in=["College", "School", "Company", "Community"]
org__org_type__in=["College", "School", "Company"]
),
)
).annotate(
Expand Down

0 comments on commit a16631b

Please sign in to comment.