Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
equinoy 2026-07-15 14:37:28 -05:00 committed by GitHub
parent 2d453ba8b5
commit c77181714b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -368,7 +368,6 @@ namespace PepperDash.Essentials.Core
var key = args[1];
provider.SetSecret(key, "");
response = provider.SetSecret(key, "")
? $"Secret successfully deleted for {provider.Key}:{key}"
: $"Unable to delete secret for {provider.Key}:{key}";