From 2ee29683a7de070f24c813ea2e986e46ead54d1d Mon Sep 17 00:00:00 2001 From: psychobunny Date: Tue, 22 Oct 2013 14:22:53 -0400 Subject: [PATCH] random whitespace --- src/posts.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/posts.js b/src/posts.js index 248e042d1e..5199be6f2d 100644 --- a/src/posts.js +++ b/src/posts.js @@ -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) {