update block

This commit is contained in:
2026-01-19 13:36:37 -03:00
parent 6b472110e2
commit 3fd7c77469
16 changed files with 421 additions and 133 deletions

View File

@@ -66,7 +66,7 @@ export const workspaceMiddleware = async (
workspaces,
subscription: org?.['subscription'] || null,
address: org?.['address'] || null,
blocked: 'subscription_freeze' in org
blocked: 'subscription_frozen' in org
})
return await next()