Skip to content

Commit

Permalink
fix default parameter stripFragment in index
Browse files Browse the repository at this point in the history
  • Loading branch information
icecubed authored Jun 24, 2021
1 parent e436d65 commit ad02b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function parseUrl(url, normalize = false) {
if (normalize) {
if (typeof normalize !== "object") {
normalize = {
stripFragment: false
stripHash: false
}
}
url = normalizeUrl(url, normalize)
Expand Down

0 comments on commit ad02b17

Please sign in to comment.