Skip to content

Commit

Permalink
updating answer IDs for powerapps
Browse files Browse the repository at this point in the history
  • Loading branch information
teddmason committed Oct 11, 2024
1 parent 551e399 commit 1836e7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/utils/question-sets.js
Original file line number Diff line number Diff line change
Expand Up @@ -360,11 +360,11 @@ const questionSets = {
text: 'Is the smell affecting you at home?',
answers: {
yes: {
answerId: 3001,
answerId: 3101,
text: 'Yes'
},
no: {
answerId: 3002,
answerId: 3102,
text: 'No, somewhere else'
}
}
Expand Down

0 comments on commit 1836e7e

Please sign in to comment.