Skip to content

Commit

Permalink
Update targetUtils.ts (#1098)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish-egov authored Jul 18, 2024
1 parent fd2259c commit e84fca8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utilities/project-factory/src/server/utils/targetUtils.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import config from '../../server/config/index'
import config from '../config/index'
import { getLocalizedName } from './campaignUtils';
function modifyDeliveryConditions(dataa: any[]): any {
let resultSet = new Set<string>();
Expand Down Expand Up @@ -72,4 +72,4 @@ function createTargetString(uniqueDeliveryConditionsObject: any, localizationMap
export {
modifyDeliveryConditions,
generateTargetColumnsBasedOnDeliveryConditions
};
};

0 comments on commit e84fca8

Please sign in to comment.