Skip to content

Commit

Permalink
[email protected]'s change on OpenFn.org
Browse files Browse the repository at this point in the history
  • Loading branch information
ritazagoni committed Oct 29, 2024
1 parent bd7500a commit 6ef5b0c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion 1.fetchContact.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,18 @@ fn(state => {
caseId: record.CommCare_Case_ID__c,
startDate: record.SMS_Treatment_Start_Date__c,
Name: firstName,
FirstName: firstName,
Country: record.Clinic_Country__c,
Phone: record.Guardian_1_Phone_Number_1__c,
pronoun_his_her: record.Pronoun_his_her__c,
pronoun_he_she: record.Pronoun_he_she__c,
pronoun_him_her: record.Pronoun_him_her__c,
guardian1_first_name: record.Guardian_1_First_Name__c };
guardian1_first_name: record.Guardian_1_First_Name__c,
Guardian_1_First_Name__c: record.Guardian_1_First_Name__c,
Pronoun_he_she__c: record.Pronoun_he_she__c,
Pronoun_him_her__c: record.Pronoun_him_her__c,
Pronoun_his_her__c: record.Pronoun_his_her__c,
};
});
return { ...state, contacts };
});
Expand Down

0 comments on commit 6ef5b0c

Please sign in to comment.