From c7fbcc206ba76c0d08ba3b4e2ddcb7d2168a0161 Mon Sep 17 00:00:00 2001 From: twotalesanimation <80506065+twotalesanimation@users.noreply.github.com> Date: Fri, 12 Jun 2026 15:13:29 +0200 Subject: [PATCH] CSV shot implementation2 --- actions/shots.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/actions/shots.ts b/actions/shots.ts index 55874ca..bdabd1e 100644 --- a/actions/shots.ts +++ b/actions/shots.ts @@ -781,12 +781,6 @@ export async function unapproveShot(shotId: string) { return { success: true }; } - revalidatePath(`/projects/${shot.projectId}`); - revalidatePath(`/projects/${shot.projectId}/shots/${shotId}`); - revalidatePath(`/shot-status`); - return { success: true }; -} - // ── EDL / Pull CSV Import ───────────────────────────────────────────────────── export interface EdlImportRow {