fixed upload error
Deploy / deploy (push) Successful in 2m30s

This commit is contained in:
twotalesanimation
2026-05-21 20:16:07 +02:00
parent 3e3a8f7a26
commit 2aa76655bb
+1 -1
View File
@@ -397,7 +397,7 @@ export async function getShotsByProject(projectId: string) {
const addFootagePlateSchema = z.object({ const addFootagePlateSchema = z.object({
shotId: z.string().min(1), shotId: z.string().min(1),
fileUrl: z.string().url(), fileUrl: z.string().min(1),
fileKey: z.string().default(""), fileKey: z.string().default(""),
fileName: z.string().default(""), fileName: z.string().default(""),
fileSize: z.number().int().positive().optional(), fileSize: z.number().int().positive().optional(),