Fix the Facility ID Issue for ABDM#433
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
|
|
||
| String resp = abdmFacilityService.getMappedAbdmFacility(workLocationId); | ||
|
|
||
| if (resp != null) |
There was a problem hiding this comment.
For some of the users, the work location id is stored as null and this will impact in linking the facilities for the beneficiary from the abha app.



📋 Description
JIRA ID:
AMM-2290
✅ Type of Change