Skip to content

Commit 0ce1bbd

Browse files
committed
Change values of parameters to empty string
1 parent a661318 commit 0ce1bbd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,9 @@ The above call will result in the following return value:
228228
{
229229
"name":"self",
230230
"parameters": {
231-
"page": undefined,
232-
"size": undefined,
233-
"sort": undefined
231+
"page": "",
232+
"size": "",
233+
"sort": ""
234234
}
235235
},
236236
{

0 commit comments

Comments
 (0)