mirror of
https://github.com/mendableai/firecrawl.git
synced 2025-07-23 17:10:28 +00:00
Update auth.ts
This commit is contained in:
parent
9cc6576571
commit
ccbae4b155
@ -351,6 +351,7 @@ function getPlanByPriceId(price_id: string | null): PlanType {
|
||||
case process.env.STRIPE_PRICE_ID_ETIER1A_MONTHLY: //ocqh
|
||||
return "etier1a";
|
||||
case process.env.STRIPE_PRICE_ID_ETIER_SCALE_1_MONTHLY:
|
||||
case process.env.STRIPE_PRICE_ID_ETIER_SCALE_1_YEARLY:
|
||||
return "etierscale1";
|
||||
default:
|
||||
return "free";
|
||||
|
Loading…
x
Reference in New Issue
Block a user