Skip to content

Commit

Permalink
Add missing log line (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo authored Oct 1, 2024
1 parent c8788cc commit d1b27fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/client/workload_identity_federation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ export class WorkloadIdentityFederationClient extends Client implements AuthClie
logger.debug(`Built request`, {
method: `POST`,
path: pth,
headers: headers,
body: body,
});

Expand Down

0 comments on commit d1b27fe

Please sign in to comment.