fix: typo
This commit is contained in:
parent
f49011ece4
commit
cb3892038a
|
@ -108,7 +108,7 @@ bridge_info_array_example(Method) ->
|
||||||
emqx_enterprise_bridge_examples(Method) ->
|
emqx_enterprise_bridge_examples(Method) ->
|
||||||
emqx_bridge_v2_enterprise:examples(Method).
|
emqx_bridge_v2_enterprise:examples(Method).
|
||||||
-else.
|
-else.
|
||||||
emqx_enterprise_bridgex_examples(_Method) -> #{}.
|
emqx_enterprise_bridge_examples(_Method) -> #{}.
|
||||||
-endif.
|
-endif.
|
||||||
|
|
||||||
param_path_id() ->
|
param_path_id() ->
|
||||||
|
|
|
@ -52,6 +52,8 @@ enterprise_fields_actions() ->
|
||||||
|
|
||||||
-else.
|
-else.
|
||||||
|
|
||||||
|
enterprise_api_schemas(_Method) -> [].
|
||||||
|
|
||||||
enterprise_fields_actions() -> [].
|
enterprise_fields_actions() -> [].
|
||||||
|
|
||||||
-endif.
|
-endif.
|
||||||
|
|
Loading…
Reference in New Issue