mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-06 12:31:33 +01:00
@@ -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