%!s(int64=8) %!d(string=hai) anos
pai
achega
aee45746d5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);
            }
        })
    };