Skip to content

Commit

Permalink
Dialyzer fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kjnilsson committed Apr 2, 2024
1 parent d36dcce commit 39afe26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deps/rabbit/src/rabbit_fifo.hrl
Expand Up @@ -87,7 +87,8 @@
-type consumer_meta() :: #{ack => boolean(),
username => binary(),
prefetch => non_neg_integer(),
args => list()
args => list(),
priority => non_neg_integer()
% %% set if and only if credit API v2 is in use
% initial_delivery_count => rabbit_queue_type:delivery_count()
}.
Expand Down

0 comments on commit 39afe26

Please sign in to comment.