Skip to content

Commit

Permalink
Update distribution (#255)
Browse files Browse the repository at this point in the history
Co-authored-by: actions-bot <actions-bot@users.noreply.github.com>
  • Loading branch information
2 people authored and GitHub committed Sep 13, 2023
1 parent 1939f16 commit 1f6c514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -986,7 +986,7 @@ class OidcClient {
.catch(error => {
throw new Error(`Failed to get ID Token. \n
Error Code : ${error.statusCode}\n
Error Message: ${error.result.message}`);
Error Message: ${error.message}`);
});
const id_token = (_a = res.result) === null || _a === void 0 ? void 0 : _a.value;
if (!id_token) {
Expand Down

0 comments on commit 1f6c514

Please sign in to comment.