Fix a bunch of linting errors
eslint --fix and a few manual ones
This commit is contained in:
@@ -371,7 +371,7 @@ const onMessage = function(event) {
|
||||
}, (err) => {
|
||||
console.error(err);
|
||||
sendError(event, "Failed to lookup current room.");
|
||||
})
|
||||
});
|
||||
};
|
||||
|
||||
module.exports = {
|
||||
|
||||
Reference in New Issue
Block a user