Skip to content

Commit

Permalink
Merge pull request #2202 from poloagustin/hotfix/2049-remove-error-he…
Browse files Browse the repository at this point in the history
…aders

fix(git): #2049 removes the use of deprecated error.headers
  • Loading branch information
hipstersmoothie committed May 20, 2022
2 parents 43dad64 + 6640477 commit e7cacc7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/src/git.ts
Expand Up @@ -168,7 +168,6 @@ export default class Git {
// narrow down the type
if ("headers" in error && error.request.headers.authorization) {
delete error.request.headers.authorization;
delete error.headers.authorization;
}
}

Expand Down

0 comments on commit e7cacc7

Please sign in to comment.