From 3983d4f47374adad9317a85bf85e9a804c65c2a8 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Wed, 1 Jun 2016 00:19:19 -0700 Subject: [PATCH] Update `whereEq` alias. --- fp/_mapping.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' };