+1
-1
@@ -397,7 +397,7 @@ export async function getShotsByProject(projectId: string) {
|
||||
|
||||
const addFootagePlateSchema = z.object({
|
||||
shotId: z.string().min(1),
|
||||
fileUrl: z.string().url(),
|
||||
fileUrl: z.string().min(1),
|
||||
fileKey: z.string().default(""),
|
||||
fileName: z.string().default(""),
|
||||
fileSize: z.number().int().positive().optional(),
|
||||
|
||||
Reference in New Issue
Block a user