This commit is contained in:
Daniel Lugo 2020-01-28 18:58:56 -04:00
parent a43ff12cc5
commit aa80f58cbe

View file

@ -1085,7 +1085,7 @@ class Mediator {
})
} catch (err) {
this.socket.emit(Action.DISCONNECT, {
ok: true,
ok: false,
msg: null,
origBody: body
})