Fix function spec

This commit is contained in:
Arnaud Cogoluègnes 2023-11-13 16:30:37 +01:00
parent 22698a4adc
commit 5e1155c523
No known key found for this signature in database
GPG Key ID: D5C8C4DFAD43AFA8
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ check_write_permitted(Resource, User) ->
check_read_permitted(Resource, User, Context) ->
check_resource_access(User, Resource, read, Context).
-spec check_super_stream_management_permitted(binary(), binary(), [binary()], binary()) ->
-spec check_super_stream_management_permitted(rabbit_types:vhost(), binary(), [binary()], rabbit_types:user()) ->
ok | error.
check_super_stream_management_permitted(VirtualHost, SuperStream, Partitions, User) ->
Exchange = e(VirtualHost, SuperStream),