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