Skip to content

Commit

Permalink
🫠❗️
Browse files Browse the repository at this point in the history
  • Loading branch information
liliankasem committed Jan 7, 2025
1 parent 90438bd commit a3cab41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ internal static bool ConnectionExists(IEnumerable<KeyValuePair<string, string>>
private void EnsureWorkerRuntimeIsSet()
{
if (_secretsManager.GetSecrets().Any(s => s.Key.Equals(Constants.FunctionsWorkerRuntime, StringComparison.OrdinalIgnoreCase))
|| string.IsNullOrEmpty(Environment.GetEnvironmentVariable(Constants.FunctionsWorkerRuntime)))
|| !string.IsNullOrEmpty(Environment.GetEnvironmentVariable(Constants.FunctionsWorkerRuntime)))
{
return;
}
Expand Down

0 comments on commit a3cab41

Please sign in to comment.