Skip to content

Commit abf7eb3

Browse files
Fix a typespec
(cherry picked from commit bed8772)
1 parent 1bc721a commit abf7eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit/src/rabbit_vhost.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ put_vhost(Name, Description, Tags0, Trace, Username) ->
299299
-spec put_vhost(vhost:name(),
300300
binary(),
301301
vhost:unparsed_tags() | vhost:tags(),
302-
rabbit_queue_type:queue_type(),
302+
rabbit_queue_type:queue_type() | 'undefined',
303303
boolean(),
304304
rabbit_types:username()) ->
305305
'ok' | {'error', any()} | {'EXIT', any()}.

0 commit comments

Comments
 (0)