Skip to content

Commit

Permalink
Merge pull request #89 from IntersectMBO/qa
Browse files Browse the repository at this point in the history
From Qa to pre prod
  • Loading branch information
nebojsact authored Jan 30, 2025
2 parents ba6986f + 1ec68df commit 333ab8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/api/proposal/controllers/proposal.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = createCoreController(
"api::proposal.proposal",
({ strapi }) => ({
async find(ctx) {
const sanitizedQueryParams = await this.sanitizeQuery(ctx);
const sanitizedQueryParams = ctx.query

if (!sanitizedQueryParams.filters) {
sanitizedQueryParams.filters = {};
Expand Down

0 comments on commit 333ab8d

Please sign in to comment.