Skip to content

Commit

Permalink
update email (#1214)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmilljr24 authored Dec 7, 2024
1 parent e591175 commit cf34a4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def validate_file

def create_form_answers(form_submission, row)
row.each do |col|
next if col[0] == "Email" || col[0] == "Timestamp"
next if col[0] == @email_header || col[0] == "Timestamp"

answer = col[1].nil? ? "" : col[1]
FormAnswer.create!(
Expand Down

0 comments on commit cf34a4f

Please sign in to comment.