Key Shots
Deploy / deploy (push) Successful in 3m0s

This commit is contained in:
twotalesanimation
2026-07-09 13:43:16 +02:00
parent 637b141c87
commit 4624a4f67d
6 changed files with 138 additions and 10 deletions
+1
View File
@@ -39,6 +39,7 @@ async function getShotsForProject(projectId: string) {
thumbnailUrl: true,
notes: true,
description: true,
isKeyShot: true,
artist: { select: { id: true, name: true, image: true, email: true } },
},
});