Skip to content

Commit 1ec68df

Browse files
authored
Merge pull request #88 from IntersectMBO/dev
From dev to QA
2 parents c9029df + b115a40 commit 1ec68df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/api/proposal/controllers/proposal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = createCoreController(
2020
"api::proposal.proposal",
2121
({ strapi }) => ({
2222
async find(ctx) {
23-
const sanitizedQueryParams = await this.sanitizeQuery(ctx);
23+
const sanitizedQueryParams = ctx.query
2424

2525
if (!sanitizedQueryParams.filters) {
2626
sanitizedQueryParams.filters = {};

0 commit comments

Comments
 (0)