mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-08-07 15:29:32 +02:00
removed extra db call #2254
This commit is contained in:
@@ -55,7 +55,6 @@ var path = require('path'),
|
||||
var topicUrls = [];
|
||||
|
||||
async.waterfall([
|
||||
async.apply(db.getSortedSetRevRange, 'topics:recent', 0, -1),
|
||||
function(tids, next) {
|
||||
db.getSortedSetRevRange('topics:recent', 0, -1, next);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user