mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-06 23:56:04 +02:00
#2254 proper fix
This commit is contained in:
@@ -55,7 +55,7 @@ var path = require('path'),
|
||||
var topicUrls = [];
|
||||
|
||||
async.waterfall([
|
||||
function(tids, next) {
|
||||
function(next) {
|
||||
db.getSortedSetRevRange('topics:recent', 0, -1, next);
|
||||
},
|
||||
function(tids, next) {
|
||||
|
||||
Reference in New Issue
Block a user