forked from github/plane
chore: removed duplicate issues (#2418)
This commit is contained in:
parent
b0a24ab57b
commit
9ee3fb9c6c
@ -130,7 +130,7 @@ class IssueViewSet(BaseViewSet):
|
||||
queryset=IssueReaction.objects.select_related("actor"),
|
||||
)
|
||||
)
|
||||
)
|
||||
).distinct()
|
||||
|
||||
@method_decorator(gzip_page)
|
||||
def list(self, request, slug, project_id):
|
||||
|
Loading…
Reference in New Issue
Block a user