remove unneeded argument

v1.18.x
cismous 10 years ago
parent 76793729d8
commit 68cf6833b7

@ -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;
});

Loading…
Cancel
Save