mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-04-06 07:13:31 +03:00
fix typo to force filters as query parameters
This commit is contained in:
parent
e2c3d7ce94
commit
33307d750e
1 changed files with 1 additions and 1 deletions
|
@ -530,7 +530,7 @@
|
|||
|
||||
|
||||
// retrieve all the filters to send
|
||||
$('.parameters .tuple .filter', $(this)).each(function() {
|
||||
$('.parameters .tuple.filter', $(this)).each(function() {
|
||||
var key, value;
|
||||
|
||||
key = $('.key', $(this)).val();
|
||||
|
|
Loading…
Add table
Reference in a new issue