Skip to content

Commit

Permalink
Update campaignUtils.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jagankumar-egov committed Jun 17, 2024
1 parent e84289f commit 92e79e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1273,7 +1273,7 @@ async function getCodesTarget(request: any, localizationMap?: any) {
}
});
}
logger.info("Boundary target mapping " + JSON.stringify(boundaryTargetMapping));
logger.info("Boundary target mapping count" + Object.keys(boundaryTargetMapping)?.length);
return boundaryTargetMapping;
}

Expand Down

0 comments on commit 92e79e0

Please sign in to comment.