Skip to content

Commit

Permalink
chore(http-core): test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
rstachof committed Oct 31, 2024
1 parent a807933 commit 278f8e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/@webex/http-core/src/request/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 278f8e4

Please sign in to comment.