add missing return to guestHandleValid

This commit is contained in:
barisusakli
2016-08-16 22:30:11 +03:00
parent 3b0eca3be2
commit 6e469f1f0a

View File

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