(obj)
| 84 | obj - object of config properties to be overridden |
| 85 | */ |
| 86 | function setConfig(obj) { |
| 87 | config = Object.assign(config, obj); |
| 88 | } |
| 89 | |
| 90 | module.exports = { |
| 91 | send: sendText, // Send a text message |
nothing calls this directly
no outgoing calls
no test coverage detected