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.
local query
1 parent 222781e commit 3dae41cCopy full SHA for 3dae41c
README.md
@@ -37,7 +37,6 @@ import "querystring@1.3.0"
37
38
handler() {
39
local path
40
- local query
41
path="$(jq -r '.path' < "$1")"
42
querystring "$path" | querystring_unescape | string_upper
43
}
api/uppercase.sh
@@ -3,7 +3,6 @@ import "querystring@1.3.0"
3
4
5
6
7
8
9
0 commit comments