Commit 9fb14c6eec6f7ed3a44aee817ae7fbce532cbea4

Authored by Eric Fernandez
1 parent 8fe05228e3
Exists in master

idSolicitud

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