ran npm run tester -> logged invertKeyValues test are invalid
This commit is contained in:
@ -1,2 +1,2 @@
|
||||
const maxBy = (arr, fn) => Math.max(...arr.map(typeof fn === 'function' ? fn : val => val[fn]));
|
||||
module.exports = maxBy
|
||||
module.exports = maxBy
|
||||
Reference in New Issue
Block a user