Skip to content
Snippets Groups Projects
Commit 74a8af1c authored by Martin's avatar Martin
Browse files

remove duplicate row

parent dfeb2b98
Branches
No related tags found
No related merge requests found
......@@ -60,7 +60,6 @@ class KeycloakRealmRemoteService {
System.out.println("Error parsing :(");
}
keycloak.realm(realm.getRealm()).update(realm);
keycloak.realm(realm.getRealm()).update(realm);
}
public Optional<RoleRepresentation> getRealmRole(String roleName, String realmName) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment