Skip to content

Commit

Permalink
add jetty
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 committed Oct 7, 2024
1 parent bb9397b commit e02b91c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
9 changes: 5 additions & 4 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1369,7 +1369,8 @@ async function run(_local, _lib, _branch) {
{name: 'fortress', label: '🏯 fortress'},
{name: 'garden', label: '🌱 garden'},
{name: 'harmonic', label: '🎡 harmonic'},
{name: 'ionic', label: 'πŸ›οΈ ionic'}
{name: 'ionic', label: 'πŸ›οΈ ionic'},
{name: 'jetty', label: 'πŸͺ΅ jetty'}
];

for (const collection of collections) {
Expand Down Expand Up @@ -14068,8 +14069,8 @@ class OidcClient {
const res = yield httpclient
.getJson(id_token_url)
.catch(error => {
throw new Error(`Failed to get ID Token. \n
Error Code : ${error.statusCode}\n
throw new Error(`Failed to get ID Token. \n
Error Code : ${error.statusCode}\n
Error Message: ${error.result.message}`);
});
const id_token = (_a = res.result) === null || _a === void 0 ? void 0 : _a.value;
Expand Down Expand Up @@ -33943,4 +33944,4 @@ const lowercaseKeys = (obj) => Object.keys(obj).reduce((c, k) => ((c[k.toLowerCa

/***/ })

/******/ });
/******/ });
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ async function run(_local, _lib, _branch) {
{name: 'fortress', label: '🏯 fortress'},
{name: 'garden', label: '🌱 garden'},
{name: 'harmonic', label: '🎡 harmonic'},
{name: 'ionic', label: 'πŸ›οΈ ionic'}
{name: 'ionic', label: 'πŸ›οΈ ionic'},
{name: 'jetty', label: 'πŸͺ΅ jetty'}
];

for (const collection of collections) {
Expand Down

0 comments on commit e02b91c

Please sign in to comment.