Skip to content

Commit

Permalink
chore: uncomment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki committed Apr 2, 2024
1 parent 484121c commit ebfe4e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/verified-fetch/src/utils/parse-url-string.ts
Original file line number Diff line number Diff line change
Expand Up @@ -276,5 +276,5 @@ function joinPaths (resolvedPath: string | undefined, urlPath: string): string {
path = path.substring(1)
}

return path // .split('/').map(decodeURIComponent).join('/')
return path.split('/').map(decodeURIComponent).join('/')
}

0 comments on commit ebfe4e5

Please sign in to comment.