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 {