mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-28 01:26:16 +01:00
minor cleanup
This commit is contained in:
@@ -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);
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user