backport missing return fix

fixes double topic creation if guest handles are allowed
This commit is contained in:
Barış Soner Uşaklı
2016-08-25 14:01:33 +03:00
committed by GitHub
parent c0a4bf91f3
commit 550fa4717d

View File

@@ -323,6 +323,7 @@ module.exports = function(Topics) {
}
callback();
});
return;
}
callback();
}