| 13 | const Prepaid = require('models/Prepaid') |
| 14 | |
| 15 | const sum = numbers => _.reduce(numbers, (a, b) => a + b) |
| 16 | |
| 17 | module.exports = (Prepaids = (function () { |
| 18 | Prepaids = class Prepaids extends CocoCollection { |
no outgoing calls
no test coverage detected