We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cad0c2c commit faf3799Copy full SHA for faf3799
apps/sim/lib/billing/core/subscription.ts
@@ -471,9 +471,6 @@ export async function hasLiveSyncAccess(userId: string): Promise<boolean> {
471
if (!isHosted) {
472
return true
473
}
474
- if (!isProd) {
475
- return true
476
- }
477
const sub = await getHighestPrioritySubscription(userId)
478
if (!sub) return false
479
const billingStatus = await getEffectiveBillingStatus(userId)
0 commit comments