Skip to content

Commit

Permalink
some changes related to generate boundary template (#1133)
Browse files Browse the repository at this point in the history
  • Loading branch information
nitish-egov authored Jul 24, 2024
1 parent 1fcb0b5 commit 4001a02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utilities/project-factory/src/server/utils/targetUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ async function generateDynamicTargetHeaders(request: any, campaignObject: any, l
}
else {
headerColumnsAfterHierarchy = await getConfigurableColumnHeadersBasedOnCampaignType(request);
headerColumnsAfterHierarchy.shift();
}
return headerColumnsAfterHierarchy;
}
Expand Down

0 comments on commit 4001a02

Please sign in to comment.