chore: Drop duplicate event method
This particular definition was chosen since there was no corresponding subscribe method with the same key generation logic
This commit is contained in:
parent
54bf617d09
commit
e97994f211
1 changed files with 0 additions and 1 deletions
|
|
@ -41,7 +41,6 @@ io.use((socket, next) => {
|
|||
sid: socket.sid,
|
||||
})
|
||||
.then((res) => {
|
||||
console.log(`User ${res.body.message.user} found`);
|
||||
socket.user = res.body.message.user;
|
||||
socket.user_type = res.body.message.user_type;
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue