bidireccionalgmailcontacts-celerex
Advanced tools
Comparing version 1.4.5 to 1.4.6
{ | ||
"name": "bidireccionalgmailcontacts-celerex", | ||
"version": "1.4.5", | ||
"version": "1.4.6", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -566,3 +566,3 @@ const mongoose = require("mongoose"); | ||
respo.response = "Queue was updated Succesfully"; | ||
console.log(respo); | ||
//console.log(respo); | ||
return respo; | ||
@@ -572,2 +572,5 @@ } catch (error) { | ||
respo.error.errorMsg = `Error al actualizar la cola del contacto ${email} error: ${error}`; | ||
console.log( | ||
`Error al actualizar la cola del contacto ${email} error: ${error}` | ||
); | ||
console.log(error); | ||
@@ -574,0 +577,0 @@ //throw new Error(); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21009
651