Skip to content

Commit

Permalink
fix: debug logging describeFetch does not access response.type (#373)
Browse files Browse the repository at this point in the history
because it will throw an
[error](https://sentry.io/organizations/protocol-labs-it/issues/3885402347/?project=6536511&query=is%3Aunresolved&referrer=issue-stream)
when accessed
`Failed to get the 'type' property on 'Response': the property is not
implemented.`
  • Loading branch information
gobengo authored Jan 19, 2023
1 parent 60d4216 commit d27b94c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/access-api/src/service/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ async function describeFetch(response, fetchArgs) {
return {
request: fetchArgs,
response: {
type: response.type,
ok: response.ok,
redirected: response.redirected,
headers: [...response.headers],
Expand Down

0 comments on commit d27b94c

Please sign in to comment.