Skip to content

Commit 3fdcd2c

Browse files
committed
Update payload endpoint to remove new filter query param
1 parent c33364e commit 3fdcd2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/controllers/v3/payloads.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ module.exports = {
2222
delete ctx.request.query.limit;
2323
delete ctx.request.query.order;
2424
delete ctx.request.query.sort;
25+
delete ctx.request.query.filter;
2526

2627
// Pretty is stored because the json formatter reads this after the request, and
2728
// we need to get rid of querystrings not found in a payload object

0 commit comments

Comments
 (0)