pass unit into revenue report
Some checks failed
Create docker images (cloud) / Build, push, and deploy (push) Has been cancelled
Node.js CI / build (postgresql, 18.18, 10) (push) Has been cancelled

This commit is contained in:
Francis Cao 2026-01-20 19:09:23 -08:00
parent cd6a28ea4a
commit 52d9dd2871
2 changed files with 4 additions and 1 deletions

View file

@ -174,6 +174,7 @@ export const revenueReportSchema = z.object({
parameters: z.object({
startDate: z.coerce.date(),
endDate: z.coerce.date(),
unit: unitParam.optional(),
timezone: z.string().optional(),
currency: z.string(),
}),