chore: removed project from workspace estimate (#4064)

This commit is contained in:
Bavisetti Narayan 2024-03-26 14:59:28 +05:30 committed by GitHub
parent ad5559afe4
commit 599809dd2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,7 @@ class WorkspaceEstimatesEndpoint(BaseAPIView):
Prefetch(
"points",
queryset=Project.objects.select_related(
"estimate", "workspace", "project"
"estimate", "workspace"
),
)
)