mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-01-11 19:44:52 +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);
|
||||
}
|
||||
|
||||
if (!(prop.Value is JObject recurseProp)) return;
|
||||
if (!(prop.Value is JObject recurseProp)) continue;
|
||||
|
||||
CheckForSecrets(recurseProp.Properties());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user