diff --git a/src/app/api/billing/current/route.ts b/src/app/api/billing/current/route.ts index b15901d..c189fb9 100644 --- a/src/app/api/billing/current/route.ts +++ b/src/app/api/billing/current/route.ts @@ -53,7 +53,7 @@ export async function GET() { // 2. Otherwise compute the draft. Falls through to error if the // org doesn't have a billing config yet (no Address on file). try { - const { draft } = await computeInvoiceDraft({ + const draft = await computeInvoiceDraft({ zitadelOrgId: user.orgId, year, month,