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; }