This commit is contained in:
pringgosutono
2026-05-06 13:49:58 +07:00
parent 71f79b386d
commit c898b1808a

View File

@ -351,7 +351,7 @@ async function commitMessage(now, logDevice) {
`message = ?`, `message = ?`,
[user.phone, msg]) [user.phone, msg])
} catch (err) { } catch (err) {
console.error("Error sending SMS : ", err.message) console.error("Error sending SMS : ", JSON.stringify(err))
} }
} }
} }