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 5e692af commit 0321d1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2205,7 +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 &&
_.isEqual(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 0321d1a

Please sign in to comment.