Просмотр исходного кода

Merge pull request #13304 from zmstone/0620-minor-refactoring

chore: minimize oss/platform diff
zmstone 1 год назад
Родитель
Сommit
fcc9f5cca4
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      apps/emqx_conf/src/emqx_conf_schema_inject.erl

+ 2 - 2
apps/emqx_conf/src/emqx_conf_schema_inject.erl

@@ -25,7 +25,7 @@ schemas(Edition) ->
     auth_ext(Edition) ++
         authn(Edition) ++
         authz() ++
-        customized().
+        customized(Edition).
 
 auth_ext(ce) ->
     [];
@@ -67,5 +67,5 @@ authz_mods() ->
     ].
 
 %% Add more schemas here.
-customized() ->
+customized(_Edition) ->
     [].