From 8c275c044ce8009a47b2b8aebb8bdfd7d0ef2873 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 2 Sep 2019 13:57:58 +0200 Subject: [PATCH] a --- helpers/mail.helper.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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; }) };