This commit is contained in:
David Arranz 2019-09-02 13:54:10 +02:00
parent 6b02b38928
commit 551967a9da

View File

@ -40,6 +40,7 @@ function send(header, body) {
})
request
.then((result) => {
console.log('EEEEEEEEEEEEEEEEEEEENNNNNNNNNNNNNNNNNNVIO correo>>>>');
console.log(result.body)
return result;
})