Skip to content

Commit

Permalink
forkedChanges2
Browse files Browse the repository at this point in the history
  • Loading branch information
Devansh Purani committed Mar 5, 2024
1 parent d87d823 commit 024590d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/athena/libs/deployer_lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -2135,6 +2135,12 @@ module.exports = function (logger, ev, t) {
default: false,
version: '1.4.12-11'
}
},
ca:{
'1.5.9': {
default: true,
version: '1.5.9'
}
}
}
});*/
Expand Down
2 changes: 1 addition & 1 deletion packages/athena/libs/other_apis_lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -1004,7 +1004,7 @@ module.exports = function (logger, ev, t) {
const fab_type = types[i];
if (tmp && tmp[fab_type]) {
ret.operator.available_fabric_versions[fab_type] = [];
for (let ver in tmp.fab_type) {
for (let ver in tmp[fab_type]) {
ret.operator.available_fabric_versions[fab_type].push(t.misc.prettyPrintVersion(ver));
}
}
Expand Down

0 comments on commit 024590d

Please sign in to comment.