Skip to content

Commit

Permalink
Adding accessibility details in plan additional details
Browse files Browse the repository at this point in the history
  • Loading branch information
tanishi-egov committed Jan 16, 2025
1 parent 40d989d commit 2ff8b2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ private Object enrichAdditionalDetials(Map<String, Object> boundaryCodeToCensusA

// Creating a map of fields to be added in plan additional details with their key.
Map<String, Object> fieldsToBeUpdated = new HashMap<>();
if(ObjectUtils.isEmpty(fieldsToBeUpdated))
if(ObjectUtils.isEmpty(facilityId))
fieldsToBeUpdated.put(FACILITY_ID, facilityId);

// Add fields from securityDetails to fieldsToBeUpdated map if it's present in censusAdditionalDetails.
Expand Down

0 comments on commit 2ff8b2c

Please sign in to comment.