Skip to content

Commit

Permalink
feat: remove soft limit
Browse files Browse the repository at this point in the history
  • Loading branch information
baptadn committed Jan 21, 2025
1 parent 9c241fb commit 428c845
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions back/api/application/controllers/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ module.exports = {
const applications = await strapi.services.application.find(
{
campaign: campaignId,
_limit: -1
},
[
'disponibility.espace',
Expand All @@ -68,6 +69,7 @@ module.exports = {
const applications = await strapi.services.application.find(
{
id,
_limit: -1
},
[
'id',
Expand Down

0 comments on commit 428c845

Please sign in to comment.