minor cleanup

This commit is contained in:
barisusakli
2014-03-10 00:17:06 -04:00
parent b413f06b72
commit 71f84655ca
3 changed files with 3 additions and 5 deletions

View File

@@ -261,9 +261,7 @@ SocketTopics.loadMore = function(socket, data, callback) {
privileges: function(next) {
threadTools.privileges(data.tid, socket.uid, next);
}
}, function(err, results) {
callback(err, results);
});
}, callback);
});
};