We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b4313b commit 54a55e6Copy full SHA for 54a55e6
1 file changed
app/jobs/send_confirmation_email_job.rb
@@ -11,7 +11,7 @@ def perform(submission:, notify_response_id:, confirmation_email_address:)
11
what_happens_next_markdown: form.what_happens_next_markdown,
12
what_happens_next_markdown_cy: welsh_form&.what_happens_next_markdown,
13
support_contact_details: form.support_details,
14
- support_contact_details_cy: welsh_form&.support_details || form.support_details,
+ support_contact_details_cy: welsh_form&.support_details,
15
notify_response_id:,
16
confirmation_email_address:,
17
mailer_options: mailer_options_for(submission:, form:),
0 commit comments