removed getLatestTids, renamed getPostsByTid removed unused tid param

This commit is contained in:
barisusakli
2015-05-11 15:31:31 -04:00
parent b292aeea72
commit 2b90568157
2 changed files with 1 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ var async = require('async'),
module.exports = function(Posts) {
Posts.getPostsByTid = function(tid, set, start, stop, uid, reverse, callback) {
Posts.getPostsFromSet = function(set, start, stop, uid, reverse, callback) {
Posts.getPidsFromSet(set, start, stop, reverse, function(err, pids) {
if (err) {
return callback(err);