CSV shot implementation2
Deploy / deploy (push) Failing after 44s

This commit is contained in:
twotalesanimation
2026-06-12 15:13:29 +02:00
parent 4da80d29a9
commit c7fbcc206b
-6
View File
@@ -781,12 +781,6 @@ export async function unapproveShot(shotId: string) {
return { success: true }; return { success: true };
} }
revalidatePath(`/projects/${shot.projectId}`);
revalidatePath(`/projects/${shot.projectId}/shots/${shotId}`);
revalidatePath(`/shot-status`);
return { success: true };
}
// ── EDL / Pull CSV Import ───────────────────────────────────────────────────── // ── EDL / Pull CSV Import ─────────────────────────────────────────────────────
export interface EdlImportRow { export interface EdlImportRow {