Skip to content

Commit

Permalink
Fix array error
Browse files Browse the repository at this point in the history
  • Loading branch information
kayloshai committed Dec 11, 2023
1 parent 88b2f8b commit d31bba9
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions schemas/business/en/qrt_0001.json
Original file line number Diff line number Diff line change
Expand Up @@ -601,11 +601,13 @@
{
"transform": "concatenate_list",
"arguments": {
"list_to_concatenate": {
"source": "supplementary_data",
"identifier": "local-units",
"selectors": ["address"]
},
"list_to_concatenate": [
{
"source": "supplementary_data",
"identifier": "local-units",
"selectors": ["address"]
}
],
"delimiter": ","
}
}
Expand Down

0 comments on commit d31bba9

Please sign in to comment.