Skip to content

Commit

Permalink
chore: Fix marketplace loading issue
Browse files Browse the repository at this point in the history
  • Loading branch information
istarkov committed Aug 11, 2024
1 parent 1c567d2 commit 03dde52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/project-build/src/db/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ export const loadApprovedProdBuildByProjectId = async (
`
)
.eq("projectId", projectId)
.eq("isLatestBuild", true)
.eq("project.isDeleted", false)
.eq("project.marketplaceApprovalStatus", "APPROVED")
.single();
Expand Down

0 comments on commit 03dde52

Please sign in to comment.