Skip to content
This repository has been archived by the owner on Mar 2, 2022. It is now read-only.

Commit

Permalink
query parameter must be string
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-scherzinger committed Feb 19, 2016
1 parent abe005b commit bd70d63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"qs": {
"size": 0
"size": "0"
},
"req": {},
"res": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"qs": {
"size": 0
"size": "0"
},
"req": {},
"res": {
Expand Down

0 comments on commit bd70d63

Please sign in to comment.