documentation: omitBy section example lacks closing curly braces
Closed this issue · 1 comments
ancodeUDW commented
In the example it says
var result = u({ user: u.omitBy(isSensitive, user);
I understand they corrent way to write it is.
var result = u({ user: u.omitBy(isSensitive)}, user);
aaronjensen commented
Thanks for pointing that out, could you submit a PR to fix? Thanks!