Skip to content

Commit

Permalink
forkedChanges
Browse files Browse the repository at this point in the history
Signed-off-by: Devansh Purani <[email protected]>
  • Loading branch information
Devansh Purani committed Mar 5, 2024
1 parent 971cb8b commit d87d823
Showing 1 changed file with 1 addition and 1 deletion.
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.peer) {
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 d87d823

Please sign in to comment.