mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-06 20:41:17 +01:00
fixed typo
This commit is contained in:
@@ -65,7 +65,7 @@ module.exports = function(Topics) {
|
||||
return next(err);
|
||||
}
|
||||
postData = postData.filter(function(post) {
|
||||
return post && parseInt(post.deleted, 10) !== -1;
|
||||
return post && parseInt(post.deleted, 10) !== 1;
|
||||
});
|
||||
var pidsToAdd = [], scores = [];
|
||||
postData.forEach(function(post) {
|
||||
|
||||
Reference in New Issue
Block a user