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
daissatou2 committed Aug 7, 2024
1 parent a0a246b commit 491162c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/outcomesurvey.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ fn((state) => {
Participant_Name__c: form.participant_name,
Participant_Gender__c: state.capitalizeFirstLetter(form.participant_gender),
Participant_DOB__c: form.participant_date_of_birth,
Currently_live_with_at_home__c: state.replaceSpaceWithSemiColon(state.capitalizeFirstLetter(form["who_do_you_currently_live_with_at_home"])),
Currently_live_with_at_home__c: state.replaceUnderscoreWithSpace(state.capitalizeFirstLetter(form["who_do_you_currently_live_with_at_home"])),
Days_did_you_go_without_food__c: state.daysMap[form["in_the_last_week_how_many_days_did_you_go_without_food"]],
Ever_been_in_any_kind_of_sexual_relation__c: state.choiceMapping[state.capitalizeFirstLetter(form["have_you_ever_been_in_any_kind_of_sexual_relationship_with_someone"])],
In_any_form_of_sexual_relationship__c: state.choiceMapping[state.capitalizeFirstLetter(form["are_you_currently_in_any_form_of_sexual_relationship"])],
Expand Down

0 comments on commit 491162c

Please sign in to comment.