diff --git a/fp/_mapping.js b/fp/_mapping.js index f34592c2d..98903d17a 100644 --- a/fp/_mapping.js +++ b/fp/_mapping.js @@ -58,7 +58,7 @@ exports.aliasToReal = { 'unnest': 'flatten', 'useWith': 'overArgs', 'where': 'conforms', - 'whereEq': 'filter', + 'whereEq': 'isMatch', 'zipObj': 'zipObject' };