Shot status grouping
Deploy / deploy (push) Successful in 2m44s

This commit is contained in:
twotalesanimation
2026-08-06 10:07:59 +02:00
parent 852081b4d6
commit d2c91e7b65
2 changed files with 100 additions and 19 deletions
+1
View File
@@ -41,6 +41,7 @@ async function getShotsForProject(projectId: string) {
description: true,
isKeyShot: true,
artist: { select: { id: true, name: true, image: true, email: true } },
shotGroup: { select: { id: true, name: true } },
},
});
}