Commit ea11c0cf7ac73389593198b967d47ab27ab5b9ad

Authored by Eric Fernandez
1 parent 9fb14c6eec
Exists in master

solicitud

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
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 = Math.round(Math.random() * 1000)
98 98 };
99 99  
100 100 console.log(`enviando comprobante a cliente`)