Skip to content

Commit

Permalink
update users me
Browse files Browse the repository at this point in the history
  • Loading branch information
mxnoob committed Aug 19, 2024
1 parent 6421770 commit 191d681
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/backend/api/v1/users/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ def get_projects(self, obj):
my_projects = set(
Team.objects.filter(
members__user=obj,
projects__status=Project.Status.STARTED,
).values_list("projects__name", flat=True)
)
cache.set(CacheKey.MY_PROJECTS.format(user_id=obj.id), my_projects)
Expand Down

0 comments on commit 191d681

Please sign in to comment.