docs: remove duplicate documentation

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Andrew Welker 2025-07-22 11:11:33 -05:00 committed by GitHub
parent 7987eb8f9b
commit c70a8edc24
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -80,9 +80,9 @@ namespace PepperDash.Essentials.Core
/// </summary>
/// <param name="key">Secret Key</param>
/// <returns>ISecret Object containing key, provider, and value</returns>
/// <summary>
/// GetSecret method
/// </summary>
public ISecret GetSecret(string key)
{
string mySecret;