From 0f792e96c80991420298f7d874193c41dc047bf1 Mon Sep 17 00:00:00 2001 From: noscripter Date: Wed, 26 Jun 2019 11:09:13 +0800 Subject: [PATCH] chore: remove dead code --- .../component-auto-patching/src/patchers/HttpClientPatcher.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/component-auto-patching/src/patchers/HttpClientPatcher.ts b/packages/component-auto-patching/src/patchers/HttpClientPatcher.ts index 910d28b2..9248cf07 100644 --- a/packages/component-auto-patching/src/patchers/HttpClientPatcher.ts +++ b/packages/component-auto-patching/src/patchers/HttpClientPatcher.ts @@ -45,7 +45,6 @@ export class HttpClientPatcher extends Patcher { } else if (url && url instanceof URL) { _url = urlToOptions(url); } else { - _options = url; _url = null; }