We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c9029df + b115a40 commit 1ec68dfCopy full SHA for 1ec68df
backend/src/api/proposal/controllers/proposal.js
@@ -20,7 +20,7 @@ module.exports = createCoreController(
20
"api::proposal.proposal",
21
({ strapi }) => ({
22
async find(ctx) {
23
- const sanitizedQueryParams = await this.sanitizeQuery(ctx);
+ const sanitizedQueryParams = ctx.query
24
25
if (!sanitizedQueryParams.filters) {
26
sanitizedQueryParams.filters = {};
0 commit comments