fix cash-in-txs updating

This commit is contained in:
Josh Harvey 2017-04-25 13:29:53 +03:00
parent fc33339997
commit 6a6075c120
3 changed files with 56 additions and 21 deletions

View file

@ -17,7 +17,6 @@ function sendMessage (account, rec) {
from: account.fromNumber
}
return client.sendMessage(opts)
.catch(err => {
if (_.includes(err.code, BAD_NUMBER_CODES)) {