Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Jan 11, 2024
1 parent eac9126 commit f7c84fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/url_registry/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ def get_queryset(self):
if not self.parent_resource:
raise Http404()

return self.queryset.filter(organization__members__username=self.parent_resource.username)
return self.queryset.filter(organization__members__username=self.parent_resource.username)

0 comments on commit f7c84fe

Please sign in to comment.