MCPcopy
hub / github.com/simstudioai/sim / getTeamTierLimitPerSeat

Function getTeamTierLimitPerSeat

apps/sim/lib/billing/subscriptions/utils.ts:68–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66 * Get the team tier limit per seat from env or fallback to default
67 */
68export function getTeamTierLimitPerSeat(): number {
69 return envNumber(env.TEAM_TIER_COST_LIMIT, DEFAULT_TEAM_TIER_COST_LIMIT)
70}
71
72/**
73 * Get the enterprise tier limit per seat from env or fallback to default

Callers 1

getPlanPricingFunction · 0.85

Calls 1

envNumberFunction · 0.90

Tested by

no test coverage detected