Skip to content

Commit 697f811

Browse files
committed
remove comments
1 parent 530a0d8 commit 697f811

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/sim/lib/billing/core/usage.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ async function getOrgUsageLimit(
5757
return { limit: 0, minimum: 0 }
5858
}
5959

60-
// Team: Use orgUsageLimit (should always be set, but fallback to seats × basePrice for safety)
6160
const { basePrice } = getPlanPricing(plan)
6261
const minimum = (seats ?? 0) * basePrice
6362

0 commit comments

Comments
 (0)