Skip to content

Commit

Permalink
fix(git): intuit#2049 removes the use of deprecated error.headers
Browse files Browse the repository at this point in the history
  • Loading branch information
poloagustin committed May 11, 2022
1 parent 43dad64 commit 6640477
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 6640477

Please sign in to comment.