mirror of
https://github.com/langgenius/dify.git
synced 2026-04-28 22:48:07 +08:00
Merge branch 'fix/chore-fix' into dev/plugin-deploy
This commit is contained in:
@ -197,7 +197,7 @@ class ToolTransformService:
|
||||
raise ValueError("user not found")
|
||||
|
||||
username = user.name
|
||||
except Exception as e:
|
||||
except Exception:
|
||||
logger.exception(f"failed to get user name for api provider {db_provider.id}")
|
||||
# add provider into providers
|
||||
credentials = db_provider.credentials
|
||||
|
||||
Reference in New Issue
Block a user