Skip to content

Commit

Permalink
Fixed a remaining use of key that should have been fixed in 7e42ce5
Browse files Browse the repository at this point in the history
Schema type checking has started failing with #42 I think, because this problem wasn't detected but should have been.

Part of #36.
  • Loading branch information
jkomoros committed Jul 8, 2023
1 parent b6d46fb commit 6f7f735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seeds/example-complex.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
},
{
"type": "store",
"key": "user_first_name",
"name": "user_first_name",
"value": {
"type": "var",
"name": "user_first_name"
Expand Down

0 comments on commit 6f7f735

Please sign in to comment.