formatting (#4316)

This commit is contained in:
pablonyx 2025-03-30 16:43:17 -07:00 committed by GitHub
parent e8370dcb24
commit db8d6ce538
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -94,6 +94,7 @@ async def get_or_provision_tenant(
# Notify control plane if we have created / assigned a new tenant
if not DEV_MODE:
await notify_control_plane(tenant_id, email, referral_source)
return tenant_id
except Exception as e: