This commit is contained in:
Barış Soner Uşaklı
2018-10-24 19:25:40 -04:00
parent 40f9ee3003
commit 541997a755

View File

@@ -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;