From 6f7f7358a41894131413249801c2ec894cb36e26 Mon Sep 17 00:00:00 2001 From: Alex Komoroske Date: Sat, 8 Jul 2023 15:05:23 -0700 Subject: [PATCH] Fixed a remaining use of `key` that should have been fixed in 7e42ce5b2e32d070f0db61c2941ef10d4b7f4366 Schema type checking has started failing with #42 I think, because this problem wasn't detected but should have been. Part of #36. --- seeds/example-complex.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seeds/example-complex.json b/seeds/example-complex.json index c67fc1d..3b43244 100644 --- a/seeds/example-complex.json +++ b/seeds/example-complex.json @@ -169,7 +169,7 @@ }, { "type": "store", - "key": "user_first_name", + "name": "user_first_name", "value": { "type": "var", "name": "user_first_name"