Skip to content

Commit 3284fe3

Browse files
committedJun 26, 2022
feat: remove unrelated code comment
1 parent b02a579 commit 3284fe3

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed
 

‎src/index.js

+1-9
Original file line numberDiff line numberDiff line change
@@ -300,15 +300,7 @@ function paginateSubDocs(query, options, callback) {
300300
* @param {Object} option
301301
*/
302302
function getSubDocsPopulate(option) {
303-
/**
304-
* options properties for sub-documents pagination
305-
*
306-
* @param {String} populate: populate option for sub documents
307-
* @param {Number} page
308-
* @param {Number} limit
309-
*
310-
* @returns {String} countLabel
311-
*/
303+
// options properties for sub-documents pagination
312304
let { populate, page = 1, limit = 10 } = option;
313305

314306
if (!populate) {

0 commit comments

Comments
 (0)
Please sign in to comment.