Skip to content

Commit 7430a7f

Browse files
authored
Merge branch 'master' into update-type-close
2 parents 7b1a672 + 5a521db commit 7430a7f

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
@@ -30,7 +30,6 @@ module.exports = {
3030
return _isFinite(number) && Math.abs(number) <= MAX_NUMBER_LIMIT;
3131
},
3232
keyBy: require('lodash/keyBy'),
33-
filter: require('lodash/filter'),
3433
forEach: require('lodash/forEach'),
3534
forOwn: require('lodash/forOwn'),
3635
map: require('lodash/map'),

0 commit comments

Comments
 (0)