mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 17:47:49 +00:00
Bump to v4.5.1.
This commit is contained in:
@@ -19,7 +19,7 @@ import basePickBy from './_basePickBy';
|
||||
* // => { 'a': 1, 'c': 3 }
|
||||
*/
|
||||
function pickBy(object, predicate) {
|
||||
return object == null ? {} : basePickBy(object, baseIteratee(predicate, 2));
|
||||
return object == null ? {} : basePickBy(object, baseIteratee(predicate));
|
||||
}
|
||||
|
||||
export default pickBy;
|
||||
|
||||
Reference in New Issue
Block a user