diff options
Diffstat (limited to '')
| -rw-r--r-- | src/api/endpoints/aggregation/posts/reply.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/api/endpoints/aggregation/posts/reply.js b/src/api/endpoints/aggregation/posts/reply.js index d79ccafb1c..9d051c6593 100644 --- a/src/api/endpoints/aggregation/posts/reply.js +++ b/src/api/endpoints/aggregation/posts/reply.js @@ -9,8 +9,8 @@ import Post from '../../../models/post'; /** * Aggregate reply of a post * - * @param {Object} params - * @return {Promise<object>} + * @param {any} params + * @return {Promise<any>} */ module.exports = (params) => new Promise(async (res, rej) => |