Skip to content

Commit 1e7a112

Browse files
authored
fix: Wrong synthax for the options of the bdf serializer (#FRAM-224) (#9)
1 parent 0874c5a commit 1e7a112

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Resources/config/queue.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ services:
8282
arguments:
8383
- '@?bdf_serializer'
8484
- 'json'
85-
- [include_type: false, remove_default_value: false]
85+
- { include_type: false, remove_default_value: false }
8686

8787

8888
#Consumer

0 commit comments

Comments
 (0)