chore(build): automated change

This commit is contained in:
oke-py
2023-10-09 02:02:58 +00:00
committed by github-actions[bot]
parent 9e5a655d85
commit 0e481e67c8

2
dist/index.js vendored
View File

@@ -876,7 +876,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) {