diff --git a/helpers/mail.helper.js b/helpers/mail.helper.js index b7b6c44..ef0230e 100644 --- a/helpers/mail.helper.js +++ b/helpers/mail.helper.js @@ -41,11 +41,12 @@ function send(header, body) { request .then((result) => { console.log('EEEEEEEEEEEEEEEEEEEENNNNNNNNNNNNNNNNNNVIO correo>>>>'); - console.log(result.body) + console.log(result.body); return result; }) .catch((error) => { - console.log(error.statusCode) + console.log(error.statusCode); + console.log(error); return error; }) };