This commit is contained in:
@@ -30,6 +30,8 @@ export async function GET(req: NextRequest) {
|
||||
shotCode: true,
|
||||
episode: true,
|
||||
status: true,
|
||||
shotApprovalStatus: true,
|
||||
sharedWithClient: true,
|
||||
thumbnailUrl: true,
|
||||
tasks: {
|
||||
select: {
|
||||
@@ -71,6 +73,8 @@ export async function GET(req: NextRequest) {
|
||||
shotCode: shot.shotCode,
|
||||
episode: shot.episode,
|
||||
status: shot.status,
|
||||
shotApprovalStatus: shot.shotApprovalStatus,
|
||||
sharedWithClient: shot.sharedWithClient,
|
||||
thumbnailUrl: shot.thumbnailUrl,
|
||||
latestVersion: {
|
||||
id: latest.id,
|
||||
|
||||
Reference in New Issue
Block a user