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_bridge_v2_enterprise:examples(Method).
|
||||
-else.
|
||||
emqx_enterprise_bridgex_examples(_Method) -> #{}.
|
||||
emqx_enterprise_bridge_examples(_Method) -> #{}.
|
||||
-endif.
|
||||
|
||||
param_path_id() ->
|
||||
|
|
|
@ -52,6 +52,8 @@ enterprise_fields_actions() ->
|
|||
|
||||
-else.
|
||||
|
||||
enterprise_api_schemas(_Method) -> [].
|
||||
|
||||
enterprise_fields_actions() -> [].
|
||||
|
||||
-endif.
|
||||
|
|
Loading…
Reference in New Issue