Skip to content

Commit

Permalink
fix duplicate clientScopeImportService call
Browse files Browse the repository at this point in the history
  • Loading branch information
AssahBismarkabah committed Nov 5, 2024
1 parent dc66631 commit bce6a4e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ private void configureRealm(RealmImport realmImport, RealmRepresentation existin
authenticationFlowsImportService.doImport(realmImport);
authenticatorConfigImportService.doImport(realmImport);
clientImportService.doImportDependencies(realmImport);
clientScopeImportService.doImport(realmImport);
clientScopeImportService.updateDefaultClientScopes(realmImport, existingRealm);
identityProviderImportService.doImport(realmImport);
clientAuthorizationImportService.doImport(realmImport);
Expand Down

0 comments on commit bce6a4e

Please sign in to comment.