Skip to content

Commit

Permalink
Update boundaryUtils.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish-egov authored Jul 15, 2024
1 parent 897ba16 commit 719e6af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ async function createBoundaryEntities(request: any, boundaryMap: Map<any, any>)

for (const chunk of boundaryCodeChunks) {
const boundaryCodeString = chunk.join(', ');
if (chunk.length > 0 && boundaryCodeString && boundaryCodeString.length > 2) {
if (chunk.length > 0 && boundaryCodeString) {
logger.info(`Creating boundary entities for codes: ${boundaryCodeString}`);

try {
Expand Down

0 comments on commit 719e6af

Please sign in to comment.