substantial/updeep

documentation: omitBy section example lacks closing curly braces

Closed this issue · 1 comments

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);

Thanks for pointing that out, could you submit a PR to fix? Thanks!