Commit 9d2950d5 authored by Leo Iannacone's avatar Leo Iannacone

fix event name on send

parent b40680d0
...@@ -91,7 +91,7 @@ debomatic_sender = { ...@@ -91,7 +91,7 @@ debomatic_sender = {
}); });
} }
else { else {
socket.emit(data) socket.emit('view', data)
} }
}); });
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment