Skip to content

Commit

Permalink
Merge pull request #464 from JoeTheFkingFrypan/master
Browse files Browse the repository at this point in the history
Feature: added support of queue mode during assertQueue
  • Loading branch information
squaremo authored Oct 12, 2018
2 parents 4641fe3 + 976f891 commit d98449b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/api_args.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Args.assertQueue = function(queue, options) {
setIfDefined(argt, 'x-max-length', options.maxLength);
setIfDefined(argt, 'x-max-priority', options.maxPriority);
setIfDefined(argt, 'x-overflow', options.overflow);
setIfDefined(argt, 'x-queue-mode', options.queueMode);

return {
queue: queue,
Expand Down

0 comments on commit d98449b

Please sign in to comment.