Merge Request #36

Merged
Created by Eric Fernandez

Master(efernandez)

Assignee: Eric Fernandez
Milestone: None

Merged by Eric Fernandez

Commits (1)
1 participants
webSocketServer/index.js
... ... @@ -94,7 +94,7 @@ module.exports = function() {
94 94 var enviar = {
95 95 action: 'comprobante',
96 96 req: cuerpo,
97   - idSolicitud = Math.round(Math.random() * 1000)
  97 + idSolicitud = idSolicitud
98 98 };
99 99  
100 100 console.log(`enviando comprobante a cliente`)