diff --git a/packages/athena/libs/other_apis_lib.js b/packages/athena/libs/other_apis_lib.js index 499c39f1..5e06c26f 100644 --- a/packages/athena/libs/other_apis_lib.js +++ b/packages/athena/libs/other_apis_lib.js @@ -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)); } }