@@ -3745,7 +3745,7 @@
*/
function basePick(object, paths) {
return basePickBy(object, paths, function(value, path) {
return hasIn(object, path);
return hasIn(object, [path]);
});
}
The note is not visible to the blocked user.