Skip to content

Commit

Permalink
style: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Oct 25, 2019
1 parent 23dbc24 commit 65de048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/history/hash.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export function getHash (): string {
href = decodeURI(href.slice(0, hashIndex)) + href.slice(hashIndex)
} else href = decodeURI(href)
} else {
href = decodeURI(href.slice(0, searchIndex)) + href.slice(searchIndex)
href = decodeURI(href.slice(0, searchIndex)) + href.slice(searchIndex)
}

return href
Expand Down

0 comments on commit 65de048

Please sign in to comment.