@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user