MCPcopy Index your code
hub / github.com/simstudioai/sim / blockInvite

Function blockInvite

apps/sim/lib/workspaces/policy.ts:162–170  ·  view source on GitHub ↗
(organizationId: string | null)

Source from the content-addressed store, hash-verified

160}
161
162function blockInvite(organizationId: string | null): WorkspaceInvitePolicy {
163 return {
164 allowed: false,
165 reason: UPGRADE_TO_INVITE_REASON,
166 requiresSeat: false,
167 organizationId,
168 upgradeRequired: true,
169 }
170}
171
172async function resolveBilledPlanCategory(
173 workspaceState: WorkspaceOwnershipState

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected