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

chore: minimize oss/platform diff
This commit is contained in:
zmstone 2024-06-20 13:46:31 +02:00 committed by GitHub
commit fcc9f5cca4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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) ->
[]. [].