We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c33364e commit 3fdcd2cCopy full SHA for 3fdcd2c
src/controllers/v3/payloads.js
@@ -22,6 +22,7 @@ module.exports = {
22
delete ctx.request.query.limit;
23
delete ctx.request.query.order;
24
delete ctx.request.query.sort;
25
+ delete ctx.request.query.filter;
26
27
// Pretty is stored because the json formatter reads this after the request, and
28
// we need to get rid of querystrings not found in a payload object
0 commit comments