mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-14 20:24:57 +00:00
docs: remove duplicate documentation
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -80,9 +80,9 @@ namespace PepperDash.Essentials.Core
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="key">Secret Key</param>
|
/// <param name="key">Secret Key</param>
|
||||||
/// <returns>ISecret Object containing key, provider, and value</returns>
|
/// <returns>ISecret Object containing key, provider, and value</returns>
|
||||||
/// <summary>
|
|
||||||
/// GetSecret method
|
|
||||||
/// </summary>
|
|
||||||
public ISecret GetSecret(string key)
|
public ISecret GetSecret(string key)
|
||||||
{
|
{
|
||||||
string mySecret;
|
string mySecret;
|
||||||
|
|||||||
Reference in New Issue
Block a user