Skip to content

Commit

Permalink
Refactor deferred binding attributes (#1723)
Browse files Browse the repository at this point in the history
  • Loading branch information
liliankasem committed Jul 13, 2023
1 parent 1dc6535 commit 3c332d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

namespace Microsoft.Azure.Functions.Worker
{
[AllowConverterFallback(false)]
[ConverterFallbackBehavior(ConverterFallbackBehavior.Default)]
[InputConverter(typeof(CosmosDBConverter))]
public sealed class CosmosDBInputAttribute : InputBindingAttribute
{
Expand Down

0 comments on commit 3c332d8

Please sign in to comment.