Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzianis Dashkevich committed Jun 5, 2024
1 parent 86dcbfe commit 8dbd756
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ function _createXHR(options) {
const responseInterceptorPayload = {
headers: failureResponse.headers || {},
body: failureResponse.body,
responseUrl: xhr.responseUrl,
responseUrl: xhr.responseURL,
responseType: xhr.responseType,
}

Expand Down Expand Up @@ -223,7 +223,7 @@ function _createXHR(options) {
const responseInterceptorPayload = {
headers: response.headers || {},
body: response.body,
responseUrl: xhr.responseUrl,
responseUrl: xhr.responseURL,
responseType: xhr.responseType,
}

Expand Down

0 comments on commit 8dbd756

Please sign in to comment.