We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 530a0d8 commit 697f811Copy full SHA for 697f811
apps/sim/lib/billing/core/usage.ts
@@ -57,7 +57,6 @@ async function getOrgUsageLimit(
57
return { limit: 0, minimum: 0 }
58
}
59
60
- // Team: Use orgUsageLimit (should always be set, but fallback to seats × basePrice for safety)
61
const { basePrice } = getPlanPricing(plan)
62
const minimum = (seats ?? 0) * basePrice
63
0 commit comments