diff --git a/api/apps/user_app.py b/api/apps/user_app.py index aff6fddc1c..b6c5894e39 100644 --- a/api/apps/user_app.py +++ b/api/apps/user_app.py @@ -200,7 +200,7 @@ def rollback_user_registration(user_id): except Exception as e: pass try: - TenantLLM.delete().where(TenantLLM.tenant_id == user_id).excute() + TenantLLM.delete().where(TenantLLM.tenant_id == user_id).execute() except Exception as e: pass