Added success emits for server functions
This commit is contained in:
@@ -36,7 +36,6 @@ export const nodeLoginWrapper = async (data, socket) => {
|
||||
|
||||
// Add the socket/node connection
|
||||
socket.node = node;
|
||||
//socket.id = node.nuid;
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user