Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
nitish-egov committed Jan 28, 2025
1 parent b23714a commit 5e692af
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2205,8 +2205,7 @@ async function getCodesTarget(request: any, localizationMap?: any) {
entry["Target at the Selected Boundary level"];
if (
Object.keys(entry["Parent Target at the Selected Boundary level"]).length > 0 &&
entry["Parent Target at the Selected Boundary level"] !==
entry["Target at the Selected Boundary level"]
_.isEqual(entry["Parent Target at the Selected Boundary level"],entry["Target at the Selected Boundary level"])
) {
boundaryCodesWhoseTargetsHasToBeUpdated.push(entry[codeColumnName]);
}
Expand Down

0 comments on commit 5e692af

Please sign in to comment.