Skip to content

Commit 211979d

Browse files
Merge pull request gitcoinco#4462 from gitcoinco/fix/org-filter
fix org filters
2 parents a4b2fb2 + 0629b0b commit 211979d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/dashboard/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,7 @@ def users_fetch(request):
813813
fulfilled__bounty__network=network,
814814
fulfilled__bounty__accepted=True,
815815
fulfilled__bounty__github_url__icontains=organisation
816-
)
816+
).distinct()
817817

818818
params = dict()
819819
all_pages = Paginator(user_list, limit)

0 commit comments

Comments
 (0)