From ac8eb94a27905a1bcac9fea445b41e5866cf173f Mon Sep 17 00:00:00 2001 From: Aya Morisawa Date: Wed, 1 Mar 2017 17:37:01 +0900 Subject: Use any instead of Object --- src/api/endpoints/aggregation/users/following.js | 4 ++-- 1 file changed, 2 insertions(+), 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 9647639fbb..0b04ff9543 100644 --- a/src/api/endpoints/aggregation/users/following.js +++ b/src/api/endpoints/aggregation/users/following.js @@ -10,8 +10,8 @@ import Following from '../../../models/following'; /** * Aggregate following of a user * - * @param {Object} params - * @return {Promise} + * @param {any} params + * @return {Promise} */ module.exports = (params) => new Promise(async (res, rej) => -- cgit v1.3.1-freya