Skip to content

Commit 09da9cb

Browse files
Update lib/printUtil.js
Co-authored-by: Simon Engel <[email protected]>
1 parent 8dbef27 commit 09da9cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/printUtil.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const getQueues = async function (_, req) {
4141

4242
const results = Array.isArray(resp.data)
4343
? resp.data.map(q => ({ ID: q.qname }))
44-
: [];
44+
: [{ ID: resp.data.qname }];
4545
return results;
4646

4747
}

0 commit comments

Comments
 (0)