2 Commits

Author SHA1 Message Date
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
soupette
14fc74def4 Add comments to ctm/ bootstrap file and split functions 2018-08-21 17:43:17 +02:00