Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Oct 4, 2022
1 parent 8e72370 commit 9f8d967
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ class HttpBackend {
}> => {
const url = new URL(input);
const qs = Object.fromEntries(url.searchParams);
url.search = "";

const requestOpts = {
uri: url.href,
Expand Down

0 comments on commit 9f8d967

Please sign in to comment.