We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ee6a91 commit c0235e9Copy full SHA for c0235e9
azure_functions_worker/bindings/meta.py
@@ -303,7 +303,7 @@ def deferred_bindings_decode(binding: typing.Any,
303
# Only applies to Event Hub and Service Bus - cannot cache
304
# These types will always produce different content and are not clients
305
if (datum.type == "collection_model_binding_data"
306
- or datum.value.source == "AzureEventHubsEventData"
+ or datum.value.source == "AzureEventHubsEventData"
307
or datum.value.source == "AzureServiceBusReceivedMessage"):
308
return binding.decode(datum,
309
trigger_metadata=metadata,
0 commit comments