Skip to content

Commit 428c845

Browse files
committed
feat: remove soft limit
1 parent 9c241fb commit 428c845

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

back/api/application/controllers/application.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ module.exports = {
5050
const applications = await strapi.services.application.find(
5151
{
5252
campaign: campaignId,
53+
_limit: -1
5354
},
5455
[
5556
'disponibility.espace',
@@ -68,6 +69,7 @@ module.exports = {
6869
const applications = await strapi.services.application.find(
6970
{
7071
id,
72+
_limit: -1
7173
},
7274
[
7375
'id',

0 commit comments

Comments
 (0)