remove unneeded argument

This commit is contained in:
cismous
2015-03-27 23:59:39 +08:00
parent 76793729d8
commit 68cf6833b7

View File

@@ -180,7 +180,7 @@ module.exports = function(Topics) {
}
var now = Date.now();
var scores = tids.map(function(tid) {
var scores = tids.map(function() {
return now;
});