We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 826b3da commit 9a55926Copy full SHA for 9a55926
src/vhost.erl
@@ -149,7 +149,7 @@ get_limits(VHost) -> vhost_v1:get_limits(VHost).
149
150
-spec get_metadata(vhost()) -> metadata().
151
get_metadata(#vhost{metadata = Value}) -> Value;
152
-get_metadata(VHost) -> vhost_v1:get_limits(VHost).
+get_metadata(VHost) -> vhost_v1:get_metadata(VHost).
153
154
-spec get_description(vhost()) -> binary().
155
get_description(#vhost{} = VHost) ->
0 commit comments