mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-31 19:15:58 +01:00
resolve method name collision, getPostsFromSet -> getPostSummariesFromSet
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user