Added success emits for server functions

This commit is contained in:
Logan Cusano
2024-04-07 17:01:51 -04:00
parent 757fdfb3b2
commit 461b449194
2 changed files with 2 additions and 1 deletions

View File

@@ -36,7 +36,6 @@ export const nodeLoginWrapper = async (data, socket) => {
// Add the socket/node connection
socket.node = node;
//socket.id = node.nuid;
return;
}