mirror of https://github.com/langgenius/dify.git
[autofix.ci] apply automated fixes
This commit is contained in:
parent
5696d5c9ba
commit
fce114f6ae
|
|
@ -555,7 +555,7 @@ class ProviderConfiguration(BaseModel):
|
|||
if provider_record and available_credentials_count <= 1:
|
||||
# If all credentials are deleted, delete the provider record
|
||||
session.delete(provider_record)
|
||||
|
||||
|
||||
provider_model_credentials_cache = ProviderCredentialsCache(
|
||||
tenant_id=self.tenant_id,
|
||||
identity_id=provider_record.id,
|
||||
|
|
|
|||
Loading…
Reference in New Issue