We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dbef27 commit 09da9cbCopy full SHA for 09da9cb
lib/printUtil.js
@@ -41,7 +41,7 @@ const getQueues = async function (_, req) {
41
42
const results = Array.isArray(resp.data)
43
? resp.data.map(q => ({ ID: q.qname }))
44
- : [];
+ : [{ ID: resp.data.qname }];
45
return results;
46
47
}
0 commit comments