Skip to content

Commit

Permalink
fix: subscribed issues count
Browse files Browse the repository at this point in the history
  • Loading branch information
sangeethailango committed Jan 31, 2025
1 parent 9268180 commit c13075a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apiserver/plane/app/views/workspace/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,7 @@ def get(self, request, slug, user_id):
project__project_projectmember__member=request.user,
project__project_projectmember__is_active=True,
project__archived_at__isnull=True,
issue__deleted_at__isnull=True,
)
.filter(**filters)
.count()
Expand Down

0 comments on commit c13075a

Please sign in to comment.