RenderPipeline2
Deploy / deploy (push) Successful in 3m11s

This commit is contained in:
twotalesanimation
2026-08-01 16:47:26 +02:00
parent 9a49cdc6a3
commit 6adaf72114
3 changed files with 2 additions and 3 deletions
-1
View File
@@ -169,7 +169,6 @@ export async function getLatestExportForShot(shotId: string) {
include: {
shot: { select: { shotCode: true, project: { select: { code: true } } } },
renderJobs: { orderBy: [{ createdAt: "desc" }], take: 1 },
validations: true,
},
});
}