před 8 roky
rodič
revize
aee45746d5
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/doctor/models/patient.js

+ 1 - 1
src/doctor/models/patient.js

@ -129,7 +129,7 @@ class Patient extends BaseModel {
            var msg = result ? result[0] : "";
            if (msg) {
                patientClient.socketServer.sockets.emit('message', msg);
                patientClient.socket.emit('message', msg);
            }
        })
    };