From 22d31d8eaa0d9cf58ae99a623357a615629a6fea Mon Sep 17 00:00:00 2001 From: Irakli Gozalishvili Date: Mon, 9 Feb 2026 20:44:49 -0800 Subject: [PATCH] fix: regression from #192 --- fixtures/1.0.0/policy.json | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/fixtures/1.0.0/policy.json b/fixtures/1.0.0/policy.json index 8f291e0d..2bd9df11 100644 --- a/fixtures/1.0.0/policy.json +++ b/fixtures/1.0.0/policy.json @@ -83,13 +83,11 @@ { "args": { "newsletters": { - { - "christmas": { - "recipients": [ - { "email": "bob@example.com" }, - { "email": "alice@example.com" } - ] - } + "christmas": { + "recipients": [ + { "email": "bob@example.com" }, + { "email": "alice@example.com" } + ] } } },