We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 08bf0d2 + 5a521db commit 139cf4bCopy full SHA for 139cf4b
packages/optimizely-sdk/lib/utils/fns/index.js
@@ -31,7 +31,6 @@ module.exports = {
31
return _isFinite(number) && Math.abs(number) <= MAX_NUMBER_LIMIT;
32
},
33
keyBy: require('lodash/keyBy'),
34
- filter: require('lodash/filter'),
35
forEach: require('lodash/forEach'),
36
forOwn: require('lodash/forOwn'),
37
map: require('lodash/map'),
0 commit comments