Skip to content

Commit

Permalink
Update campaignUtils.ts (#1332)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish-egov authored Jan 8, 2025
1 parent bd673e7 commit 97b4b32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3730,7 +3730,7 @@ function createIdRequests(employees: any[]): any[] {
return Array.from({ length: employees.length }, () => ({
tenantId: tenantId,
idName: config?.values?.idgen?.idNameForUserNameGeneration,
idFormat: config?.values?.idgen?.formatForUserName,
format: config?.values?.idgen?.formatForUserName,
}));
} else {
return [];
Expand Down

0 comments on commit 97b4b32

Please sign in to comment.