mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 12:44:58 +00:00
fix: use continue instead of return
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -155,7 +155,7 @@ namespace PepperDash.Essentials.Core
|
|||||||
prop.Parent.Replace(secret);
|
prop.Parent.Replace(secret);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!(prop.Value is JObject recurseProp)) return;
|
if (!(prop.Value is JObject recurseProp)) continue;
|
||||||
|
|
||||||
CheckForSecrets(recurseProp.Properties());
|
CheckForSecrets(recurseProp.Properties());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user