We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a5204e commit 712eb6fCopy full SHA for 712eb6f
services/socketApi.js
@@ -56,7 +56,7 @@ exports.disconnect = function(socket) {
56
data: {
57
user: user,
58
room: {
59
- _id: user._roomIds
+ _id: user._roomId
60
}
61
62
})
0 commit comments