We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b4597c commit 530a0d8Copy full SHA for 530a0d8
apps/sim/lib/billing/core/usage.ts
@@ -65,7 +65,6 @@ async function getOrgUsageLimit(
65
return { limit: Math.max(configured, minimum), minimum }
66
}
67
68
- // Fallback for backward compatibility - orgUsageLimit should be set by syncSubscriptionUsageLimits
69
logger.warn('Team org missing usage limit, using seats × basePrice fallback', {
70
orgId: organizationId,
71
seats,
0 commit comments