Skip to content

Commit

Permalink
fix: define return value from RabbitMQ.status as array of objects
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Kirkpatrick committed Jul 20, 2017
1 parent e3e97cd commit d890d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/models/rabbitmq.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ module.exports = function queueFn(RabbitMQ) {
description: 'Get queues of connected rabbitmq server',
returns: {
arg: 'result',
type: 'Array',
type: [ 'Object' ],
root: true,
},
http: { path: '/queues', verb: 'get' },
Expand Down

0 comments on commit d890d46

Please sign in to comment.