Skip to content

Commit

Permalink
Fix invalid codegen argument
Browse files Browse the repository at this point in the history
  • Loading branch information
WiZeYAR committed Jan 1, 2025
1 parent b68115e commit f044d1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class ConsumerWrapper:
self._inner.on(
params=MessageHandlerParams.model_validate(
{%- if op.exchange %}
params={
{
"kind": "exchange",
"type": "fanout",
"name": "{{ op.exchange }}",
Expand Down

0 comments on commit f044d1d

Please sign in to comment.