We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 408401f + 4d4abea commit b5da28fCopy full SHA for b5da28f
src/lib/stores/billing.ts
@@ -69,7 +69,7 @@ export const roles = [
69
70
export const teamStatusReadonly = 'readonly';
71
export const billingLimitOutstandingInvoice = 'outstanding_invoice';
72
-export const billingProjectsLimitDate = '2024-09-01';
+export const billingProjectsLimitDate = '2025-09-01';
73
74
export const paymentMethods = derived(page, ($page) => $page.data.paymentMethods as PaymentList);
75
export const addressList = derived(page, ($page) => $page.data.addressList as AddressesList);
0 commit comments