Phase3: Billing Customerpage/Mailings

This commit is contained in:
2026-05-24 21:47:37 +02:00
parent cf190e5ac5
commit 4d81349bb3

View File

@@ -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,