Skip to content

Commit 139cf4b

Browse files
authored
Merge branch 'master' into zeeshan/replace_lodash_values
2 parents 08bf0d2 + 5a521db commit 139cf4b

File tree

1 file changed

+0
-1
lines changed
  • packages/optimizely-sdk/lib/utils/fns

1 file changed

+0
-1
lines changed

packages/optimizely-sdk/lib/utils/fns/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ module.exports = {
3131
return _isFinite(number) && Math.abs(number) <= MAX_NUMBER_LIMIT;
3232
},
3333
keyBy: require('lodash/keyBy'),
34-
filter: require('lodash/filter'),
3534
forEach: require('lodash/forEach'),
3635
forOwn: require('lodash/forOwn'),
3736
map: require('lodash/map'),

0 commit comments

Comments
 (0)