mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 10:17:48 +00:00
Bump to v4.5.1.
This commit is contained in:
@@ -19,7 +19,7 @@ var baseIteratee = require('./_baseIteratee'),
|
||||
* // => { 'a': 1, 'c': 3 }
|
||||
*/
|
||||
function pickBy(object, predicate) {
|
||||
return object == null ? {} : basePickBy(object, baseIteratee(predicate, 2));
|
||||
return object == null ? {} : basePickBy(object, baseIteratee(predicate));
|
||||
}
|
||||
|
||||
module.exports = pickBy;
|
||||
|
||||
Reference in New Issue
Block a user