Commit 585189f639a052c255e3b7411b1fa1cb3962b2a6

Authored by Eric Fernandez
1 parent bffc62f9a5
Exists in master

console only cabecera

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
webSocketServer/index.js
... ... @@ -98,7 +98,7 @@ module.exports = function() {
98 98  
99 99 console.log(`enviando comprobante a cliente`)
100 100 console.log(client);
101   - console.log(cuerpo.body);
  101 + console.log(cuerpo.body.cabecera);
102 102  
103 103 client.ws.send(JSON.stringify(enviar));
104 104