Skip to content

Commit 3dae41c

Browse files
committed
Remove redundant local query in uppercase example
1 parent 222781e commit 3dae41c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ import "[email protected]"
3737

3838
handler() {
3939
local path
40-
local query
4140
path="$(jq -r '.path' < "$1")"
4241
querystring "$path" | querystring_unescape | string_upper
4342
}

api/uppercase.sh

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import "[email protected]"
33

44
handler() {
55
local path
6-
local query
76
path="$(jq -r '.path' < "$1")"
87
querystring "$path" | querystring_unescape | string_upper
98
}

0 commit comments

Comments
 (0)