Skip to content

Commit b5da28f

Browse files
authored
Merge pull request #2159 from appwrite/fix-date-typo
2 parents 408401f + 4d4abea commit b5da28f

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)