Skip to content

Commit

Permalink
update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ihsangan committed May 7, 2024
1 parent ede1d3d commit 4a122ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ async function serveResult(request) {
if (dc == false) {
result = result
}
if (!dc || dc == true || dc) {
if (!dc || dc == true) {
result = decodeURIComponent(result)
}
let response = new Response(result, {
Expand Down

0 comments on commit 4a122ec

Please sign in to comment.