resolve method name collision, getPostsFromSet -> getPostSummariesFromSet

This commit is contained in:
barisusakli
2015-05-11 15:43:57 -04:00
parent d11bfab275
commit dce9a19882
3 changed files with 5 additions and 5 deletions

View File

@@ -73,7 +73,7 @@ var async = require('async'),
], callback);
};
Posts.getPostsFromSet = function(set, uid, start, stop, callback) {
Posts.getPostSummariesFromSet = function(set, uid, start, stop, callback) {
async.waterfall([
function(next) {
db.getSortedSetRevRange(set, start, stop, next);