8 anni fa
parent
commit
aee45746d5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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);
            }
        })
    };