random whitespace

This commit is contained in:
psychobunny
2013-10-22 14:22:53 -04:00
parent 51395dda91
commit 2ee29683a7

View File

@@ -428,7 +428,6 @@ var RDB = require('./redis.js'),
}
Posts.getPostsByUid = function(uid, start, end, callback) {
user.getPostIds(uid, start, end, function(pids) {
if (pids && pids.length) {
plugins.fireHook('filter:post.getTopic', pids, function(err, posts) {