@@ -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 } },
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user