fix update organization api (#1013)

This commit is contained in:
Shuchang Zheng
2024-10-20 23:44:21 -07:00
committed by GitHub
parent 3e40267cfa
commit 8384c761a5

View File

@@ -867,10 +867,7 @@ async def update_organization(
) -> Organization:
return await app.DATABASE.update_organization(
current_org.organization_id,
organization_name=org_update.organization_name,
webhook_callback_url=org_update.webhook_callback_url,
max_steps_per_run=org_update.max_steps_per_run,
max_retries_per_step=org_update.max_retries_per_step,
)