Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ElisKina-dev committed Jan 10, 2025
1 parent b4baa7c commit a54f3ec
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,6 @@ private void setBrokerInfo(UserInfo userInfo, IamUserInfoDTO iamUserInfo, String
if (brokerInfo != null) {
userInfo.setBrokerId(brokerInfo.getBrokerId());
userInfo.setBrokerFiscalCode(brokerInfo.getBrokerFiscalCode());
} else {
throw new IllegalStateException("Broker information not found for the user.");
}
}

Expand Down

0 comments on commit a54f3ec

Please sign in to comment.