Skip to content

Commit c90bcf6

Browse files
acogoluegnesmergify[bot]
authored andcommitted
Fix field type definition
References #7743 (cherry picked from commit 4a669e1) (cherry picked from commit d9739b2)
1 parent 6113885 commit c90bcf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_stream/src/rabbit_stream_reader.erl

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
outstanding_requests :: #{integer() => #request{}},
9696
deliver_version :: rabbit_stream_core:command_version(),
9797
request_timeout :: pos_integer(),
98-
outstanding_requests_timer :: undefined | timer:tref()}).
98+
outstanding_requests_timer :: undefined | erlang:reference()}).
9999
-record(configuration,
100100
{initial_credits :: integer(),
101101
credits_required_for_unblocking :: integer(),

0 commit comments

Comments
 (0)