Skip to content

Commit

Permalink
fix: my issue duplication (#1882)
Browse files Browse the repository at this point in the history
Co-authored-by: Plane Team <planeteam@srirams-Mac-mini.local>
  • Loading branch information
pablohashescobar and Plane Team committed Aug 16, 2023
1 parent 550473b commit 1750ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apiserver/plane/api/views/issue.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ def get(self, request, slug):
)
)
.filter(**filters)
)
).distinct()

# Priority Ordering
if order_by_param == "priority" or order_by_param == "-priority":
Expand Down

0 comments on commit 1750ba3

Please sign in to comment.