fix: add missing function for non enterprise

This commit is contained in:
Stefan Strigler 2023-10-09 15:40:17 +02:00 committed by Zaiming (Stone) Shi
parent 229bc0ee34
commit c9b683fd78
1 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,8 @@ enterprise_fields_connectors() ->
-else.
enterprise_api_schemas(Method) -> [].
enterprise_fields_connectors() -> [].
-endif.