fix cash-in-txs updating
This commit is contained in:
parent
fc33339997
commit
6a6075c120
3 changed files with 56 additions and 21 deletions
|
|
@ -17,7 +17,6 @@ function sendMessage (account, rec) {
|
|||
from: account.fromNumber
|
||||
}
|
||||
|
||||
|
||||
return client.sendMessage(opts)
|
||||
.catch(err => {
|
||||
if (_.includes(err.code, BAD_NUMBER_CODES)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue