This commit is contained in:
Christopher Cookman 2023-08-18 20:22:22 -06:00
parent ec637d1fa1
commit c4cca8c929
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -88,6 +88,12 @@ app.post('/sms', async (req, res) => {
console.log('Error: ' + err);
});
}
catch (e) {
console.log(e.code);
console.log(e.msg);
}
}
}
})();
hook.send({