mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-06-23 16:19:57 +02:00
fix lint
This commit is contained in:
@@ -30,7 +30,7 @@ module.exports = function (SocketTopics) {
|
||||
},
|
||||
function (results, next) {
|
||||
if (!results.topic) {
|
||||
return next(new Error('[[error:no-topic]]'))
|
||||
return next(new Error('[[error:no-topic]]'));
|
||||
}
|
||||
topic = results.topic;
|
||||
topic.privileges = results.privileges;
|
||||
|
||||
Reference in New Issue
Block a user