diff --git a/actions/shots.ts b/actions/shots.ts index c8ebb24..ef86f21 100644 --- a/actions/shots.ts +++ b/actions/shots.ts @@ -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(),