فهرست منبع

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

chore: minimize oss/platform diff
zmstone 1 سال پیش
والد
کامیت
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) ->
     [].