Skip to content

Commit

Permalink
code rebbit check
Browse files Browse the repository at this point in the history
  • Loading branch information
ravishanigarapu committed Nov 19, 2024
1 parent a9133ab commit 66b4f4f
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,10 @@ public String updateBeneficiaryIDInCall(
if (null != beneficiarycall.getBeneficiaryRegID()) {
startedCall = beneficiaryCallService.updateBeneficiaryIDInCall(beneficiarycall.getBenCallID(),
beneficiarycall.getBeneficiaryRegID());
output.setResponse(startedCall.toString());
}else {
output.setResponse("Update skipped : BeneficiaryRegID is null");
}
output.setResponse(startedCall.toString());

logger.info("updateBeneficiaryIDInCall was called successfully");
} catch (Exception e) {
logger.error("updateBeneficiaryIDInCall failed with error " + e.getMessage(), e);
Expand Down

0 comments on commit 66b4f4f

Please sign in to comment.