From f531a5362d72b93877aedc61b31a4167c5a6d5aa Mon Sep 17 00:00:00 2001 From: barisusakli Date: Sun, 30 Nov 2014 02:02:32 -0500 Subject: [PATCH] #2254 proper fix --- src/sitemap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sitemap.js b/src/sitemap.js index e621fdc713..114c6f4462 100644 --- a/src/sitemap.js +++ b/src/sitemap.js @@ -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) {