Skip to content

Commit

Permalink
bulk_upload.gs: Support new request type 'WFP voter ID consolidated'
Browse files Browse the repository at this point in the history
  • Loading branch information
solb committed Jun 14, 2020
1 parent aecb8cb commit 53c3de3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bulk_upload.gs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ const WHITELIST = {
'question[VBM Issues?_1]': true,
'question[Vote by mail?_1]': true,
'question[Voter Disposition]': true,

// Type 'WFP voter ID consolidated':
'cell': true,
'question_response': true,
};
const TAGS = [
'Absentee - Will get to it later',
Expand Down

0 comments on commit 53c3de3

Please sign in to comment.