mirror of
https://github.com/langgenius/dify.git
synced 2026-04-29 23:18:05 +08:00
fix: typo
This commit is contained in:
@ -136,8 +136,7 @@ class BuiltinToolManageService:
|
||||
)
|
||||
|
||||
# Decrypt and restore original credentials for masked values
|
||||
credentials = BuiltinToolManageService._dec
|
||||
rypt_and_restore_credentials(
|
||||
credentials = BuiltinToolManageService._decrypt_and_restore_credentials(
|
||||
provider_controller, tool_configuration, provider, credentials
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user