Skip to content

Commit

Permalink
fix: emailOnly from generic map
Browse files Browse the repository at this point in the history
  • Loading branch information
anantrudder committed Jan 18, 2023
1 parent ec5d2da commit 433b260
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
{
"destKey": "email",
"sourceKeys": "email",
"sourceKeys": "emailOnly",
"sourceFromGenericMap": true,
"required": true
}
Expand Down
2 changes: 1 addition & 1 deletion test/__tests__/data/lemnisk.json
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@
}
},
"output": {
"error": "Missing required value from \"email\""
"error": "Missing required value from \"emailOnly\""
}
},
{
Expand Down

0 comments on commit 433b260

Please sign in to comment.