From 278f8e470c9d8b57fd8bbe6880428a223c900d4f Mon Sep 17 00:00:00 2001 From: rstachof Date: Thu, 31 Oct 2024 14:49:11 -0400 Subject: [PATCH] chore(http-core): test pipeline --- packages/@webex/http-core/src/request/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/@webex/http-core/src/request/index.js b/packages/@webex/http-core/src/request/index.js index d16992e23a4..255e9d15d4a 100644 --- a/packages/@webex/http-core/src/request/index.js +++ b/packages/@webex/http-core/src/request/index.js @@ -14,6 +14,7 @@ import {intercept} from './utils'; export default function request(options) { if (options.url) { options.uri = options.url; + options.url = undefined; options.url = null; }