Skip to content
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.

Commit

Permalink
chore: remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
noscripter committed Jun 26, 2019
1 parent f908963 commit 0f792e9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ export class HttpClientPatcher extends Patcher {
} else if (url && url instanceof URL) {
_url = urlToOptions(url);
} else {
_options = url;
_url = null;
}

Expand Down

0 comments on commit 0f792e9

Please sign in to comment.