update 1
This commit is contained in:
@ -351,7 +351,7 @@ async function commitMessage(now, logDevice) {
|
||||
`message = ?`,
|
||||
[user.phone, msg])
|
||||
} catch (err) {
|
||||
console.error("Error sending SMS : ", err.message)
|
||||
console.error("Error sending SMS : ", JSON.stringify(err))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user