fix: typo

This commit is contained in:
Kjell Winblad 2023-10-17 20:24:14 +02:00 committed by Zaiming (Stone) Shi
parent f49011ece4
commit cb3892038a
2 changed files with 3 additions and 1 deletions

View File

@ -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() ->

View File

@ -52,6 +52,8 @@ enterprise_fields_actions() ->
-else.
enterprise_api_schemas(_Method) -> [].
enterprise_fields_actions() -> [].
-endif.