Skip to content

Commit

Permalink
Update StandardConnectionInfoProvider.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
nytian authored Jun 18, 2024
1 parent bcae802 commit aeff250
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// Licensed under the MIT License. See LICENSE in the project root for license information.

using System;
using System.Linq;
using Microsoft.Extensions.Configuration;

namespace Microsoft.Azure.WebJobs.Extensions.DurableTask
Expand Down Expand Up @@ -36,7 +37,6 @@ private bool IfExists(IConfigurationSection section)
{
return section.GetChildren().Any();
}

return true;
}

Expand Down

0 comments on commit aeff250

Please sign in to comment.