From 3ae15b30ebc1668e77f88fbfdd2a21daf251144c Mon Sep 17 00:00:00 2001 From: pedrooot Date: Sun, 10 Aug 2025 14:53:52 -0400 Subject: [PATCH] feat(ui): resolve helper.ts conflicts --- ui/lib/helper.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/lib/helper.ts b/ui/lib/helper.ts index e773d6d242..15cc3c68e5 100644 --- a/ui/lib/helper.ts +++ b/ui/lib/helper.ts @@ -3,6 +3,7 @@ import { getExportsZip, getThreatscoreReport, } from "@/actions/scans"; +import { revalidatePath } from "next/cache"; import { getTask } from "@/actions/task"; import { auth } from "@/auth.config"; import { useToast } from "@/components/ui";