Skip to content

Commit 6437150

Browse files
committed
Fix date typo
1 parent 380d743 commit 6437150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/stores/billing.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export const roles = [
6969

7070
export const teamStatusReadonly = 'readonly';
7171
export const billingLimitOutstandingInvoice = 'outstanding_invoice';
72-
export const billingProjectsLimitDate = '2024-09-01';
72+
export const billingProjectsLimitDate = '2025-09-01';
7373

7474
export const paymentMethods = derived(page, ($page) => $page.data.paymentMethods as PaymentList);
7575
export const addressList = derived(page, ($page) => $page.data.addressList as AddressesList);

0 commit comments

Comments
 (0)