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 2, 2025
1 parent e88a60c commit cbb6404
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ private Object enrichAdditionalDetials(Map<String, Object> BCodeToCensusAddition
if(accessibilityDetails != null)
fieldsToBeUpdated.put(ACCESSIBILITY_DETAILS, accessibilityDetails);

if(CollectionUtils.isEmpty(fieldsToBeUpdated))
if(!CollectionUtils.isEmpty(fieldsToBeUpdated))
return parsingUtil.updateFieldInAdditionalDetails(new Object(), fieldsToBeUpdated);
}
return null;
Expand Down

0 comments on commit cbb6404

Please sign in to comment.