Update whereEq alias.

This commit is contained in:
John-David Dalton
2016-06-01 00:19:19 -07:00
parent 9eda959489
commit 3983d4f473

View File

@@ -58,7 +58,7 @@ exports.aliasToReal = {
'unnest': 'flatten', 'unnest': 'flatten',
'useWith': 'overArgs', 'useWith': 'overArgs',
'where': 'conforms', 'where': 'conforms',
'whereEq': 'filter', 'whereEq': 'isMatch',
'zipObj': 'zipObject' 'zipObj': 'zipObject'
}; };