Alberto Maturano 8fcbb1978f refactor: Fix misuse of map method
`map` should create a new Array so a `return` is expected inside the
callback param. `forEach` is the corrent method to use for just iterate
over array elements.
2018-11-15 15:51:23 -06:00
..
2018-09-24 12:33:09 -05:00
2018-11-07 19:29:37 +01:00