Update auth.ts

This commit is contained in:
Nicolas 2025-04-01 21:00:40 +04:00
parent b79b90fdd1
commit c4255f4fdd

View File

@ -416,3 +416,4 @@ function getPlanByPriceId(price_id: string | null): PlanType {
return "free";
}
}