fix: prevent report schedule helpers from being treated as server actions
This commit is contained in:
parent
7098b70088
commit
127e117ea9
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
"use server"
|
import "server-only"
|
||||||
|
|
||||||
import { addMonths, addWeeks, isBefore } from "date-fns"
|
import { addMonths, addWeeks, isBefore } from "date-fns"
|
||||||
import type { ReportExportRun, ReportExportSchedule } from "@prisma/client"
|
import type { ReportExportRun, ReportExportSchedule } from "@prisma/client"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue