[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2025-08-20 07:42:59 +00:00 committed by GitHub
parent 5696d5c9ba
commit fce114f6ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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,