1
0
Fork 0
mirror of synced 2024-10-04 03:54:37 +13:00

Merge branch 'develop' into bump-qa-core-deps

This commit is contained in:
Rory Powell 2023-02-21 14:37:45 +00:00
commit 22ef918192

View file

@ -5,9 +5,9 @@ import { quotas } from "@budibase/pro"
export async function deleteTenant(tenantId: string) {
await quotas.bustCache()
await platform.tenants.removeTenant(tenantId)
await removeGlobalDB(tenantId)
await removeTenantUsers(tenantId)
await removeTenantApps(tenantId)
await removeGlobalDB(tenantId)
}
async function removeGlobalDB(tenantId: string) {