Skip to content

Commit

Permalink
Update health-services/project-factory/src/server/utils/microplanUtil…
Browse files Browse the repository at this point in the history
…s.ts

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
jagankumar-egov and coderabbitai[bot] committed Dec 5, 2024
1 parent 2b1537c commit c89e818
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ function validateNationalDuplicacy(request: any, userMapping: any, phoneNumberKe
}

function convertDataSheetWise(userMapping: any) {
var sheetMapping: any = {}
const sheetMapping: any = {}
for (const phoneNumber in userMapping) {
const users = userMapping[phoneNumber];
for (const user of users) {
Expand Down

0 comments on commit c89e818

Please sign in to comment.