Commit 0f8c933f54d16056515da3cf740eb5771ab53aba

Authored by Eric Fernandez
1 parent ac5bd61079
Exists in master

cuerpo

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
webSocketServer/index.js
... ... @@ -93,7 +93,7 @@ module.exports = function() {
93 93  
94 94 var enviar = {
95 95 action: 'comprobante',
96   - req: cuerpo.body
  96 + req: cuerpo
97 97 };
98 98  
99 99 console.log(`enviando comprobante a cliente`)