diff --git a/models/boards.js b/models/boards.js index eb21973db..cdf0d9f6d 100644 --- a/models/boards.js +++ b/models/boards.js @@ -950,7 +950,7 @@ Boards.helpers({ } else { query.type = { $nin: ['template-list'] }; } - const projection = { limit: 10, sort: { createdAt: -1 } }; + const projection = { sort: { createdAt: -1 } }; if (term) { const regex = new RegExp(term, 'i');