Skip to content

Commit

Permalink
update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ihsangan committed Jun 8, 2024
1 parent 274f396 commit eb79056
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 @@ -234,7 +234,7 @@ async function serveResult(request) {
if (result.success == false) {
code = 400
}
result.name = result.name.replace(/\u002B/g, '%20')
result.name = replace(/\u002B/g, '%20')
if (dc == false) {
result = result
}
Expand Down

0 comments on commit eb79056

Please sign in to comment.