Skip to content

Commit

Permalink
Fix typo in comment (#1124)
Browse files Browse the repository at this point in the history
  • Loading branch information
chlafreniere authored Sep 24, 2024
1 parent 7d3d0f9 commit 4aa2e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SqlBindingExtension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public static IWebJobsBuilder AddSql(this IWebJobsBuilder builder, Action<SqlOpt
builder.AddExtension<SqlExtensionConfigProvider>().BindOptions<SqlOptions>();
if (configureSqlOptions != null)
{
#pragma warning disable IDE0001 // Cannot simplify the name here, supressing the warning.
#pragma warning disable IDE0001 // Cannot simplify the name here, suppressing the warning.
builder.Services.Configure<SqlOptions>(configureSqlOptions);
#pragma warning restore IDE0001
}
Expand Down

0 comments on commit 4aa2e7c

Please # to comment.