chore: minimize oss/platform diff

This commit is contained in:
zmstone 2024-06-20 10:36:01 +02:00
parent 3a276e8875
commit 7d32275ebe
1 changed files with 2 additions and 2 deletions

View File

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