mirror of
https://github.com/makeplane/plane.git
synced 2026-09-03 12:50:29 +02:00
Merge pull request #148 from makeplane/preview
fix: Sentry issue in estimates quering project key in projects
This commit is contained in:
@@ -31,7 +31,7 @@ class WorkspaceEstimatesEndpoint(BaseAPIView):
|
||||
Prefetch(
|
||||
"points",
|
||||
queryset=Project.objects.select_related(
|
||||
"estimate", "workspace", "project"
|
||||
"estimate", "workspace"
|
||||
),
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user