()
| 2 | |
| 3 | module.exports = { |
| 4 | fetchAll () { |
| 5 | return fetchJson('/db/low-usage-users?withPrepaids=true') |
| 6 | }, |
| 7 | addAction ({ lowUsageUserId, action }, options = {}) { |
| 8 | return fetchJson(`/db/low-usage-users/${lowUsageUserId}/action`, _.assign({}, options, { |
| 9 | method: 'POST', |
nothing calls this directly
no outgoing calls
no test coverage detected