Skip to content

Commit

Permalink
fix(jans-keycloak-integration): build issues due to api name change #… (
Browse files Browse the repository at this point in the history
#8063)

fix(jans-keycloak-integration): build issues due to api name change #8062

Signed-off-by: Rolain Djeumen <[email protected]>
  • Loading branch information
uprightech authored Mar 14, 2024
1 parent 3c63c47 commit d9004f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public boolean trustRelationshipExists(String inum) {
public List<JansTrustRelationship> findAllTrustRelationships() {

try {
List<TrustRelationship> trlist = trApi.getTrustRelationship();
List<TrustRelationship> trlist = trApi.getTrustRelationships();
return trlist.stream()
.map(JansConfigApi::toJansTrustRelationship)
.collect(Collectors.toList());
Expand Down

0 comments on commit d9004f6

Please sign in to comment.