minor bug fixed

This commit is contained in:
Daniel
2023-07-19 18:30:22 -04:00
parent 18b0271462
commit 985687ca89
3 changed files with 5 additions and 3 deletions
+1
View File
@@ -21,6 +21,7 @@ declare global {
PRICE_ID?: string;
NEXT_PUBLIC_STRIPE_BILLING_PORTAL_URL?: string;
TRIAL_PERIOD_DAYS?: string;
BASE_URL?: string;
}
}
}