Skip to content

Commit 22d31d8

Browse files
committed
fix: regression from #192
1 parent 533ac41 commit 22d31d8

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

fixtures/1.0.0/policy.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,11 @@
8383
{
8484
"args": {
8585
"newsletters": {
86-
{
87-
"christmas": {
88-
"recipients": [
89-
{ "email": "bob@example.com" },
90-
{ "email": "alice@example.com" }
91-
]
92-
}
86+
"christmas": {
87+
"recipients": [
88+
{ "email": "bob@example.com" },
89+
{ "email": "alice@example.com" }
90+
]
9391
}
9492
}
9593
},

0 commit comments

Comments
 (0)