mirror of https://github.com/langgenius/dify.git
Merge branch 'release/e-1.12.1' into fix/enterprise-api-error-handling
This commit is contained in:
commit
5afb24f461
|
|
@ -881,7 +881,7 @@ class ToolBuiltinProviderSetDefaultApi(Resource):
|
|||
tenant_id=current_tenant_id,
|
||||
user_id=current_user.id,
|
||||
provider=provider,
|
||||
id=args["id"],
|
||||
id=payload.id,
|
||||
account=current_user,
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue