fix: prevent report schedule helpers from being treated as server actions

This commit is contained in:
Esdras Renan 2025-11-10 02:32:48 -03:00
parent 7098b70088
commit 127e117ea9

View file

@ -1,4 +1,4 @@
"use server"
import "server-only"
import { addMonths, addWeeks, isBefore } from "date-fns"
import type { ReportExportRun, ReportExportSchedule } from "@prisma/client"