From 9f81288fccdbaf9184d49e61680747945b34f23d Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 17 Jan 2017 11:11:22 +0900 Subject: Fix bug --- src/api/endpoints/aggregation/users/following.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/api/endpoints/aggregation/users/following.js') diff --git a/src/api/endpoints/aggregation/users/following.js b/src/api/endpoints/aggregation/users/following.js index 7b7448d715..785e5a15c3 100644 --- a/src/api/endpoints/aggregation/users/following.js +++ b/src/api/endpoints/aggregation/users/following.js @@ -46,8 +46,7 @@ module.exports = (params) => followee_id: false }, { sort: { created_at: -1 } - }) - .toArray(); + }); const graph = []; -- cgit v1.3.1-freya