mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-06-17 20:32:17 +02:00
remove unneeded argument
This commit is contained in:
@@ -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;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user