Skip to content

Commit

Permalink
fix spec failures (#11970)
Browse files Browse the repository at this point in the history
  • Loading branch information
holdenhinkle authored Mar 3, 2023
1 parent fd759a9 commit 24d114c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/workers/va_notify_email_job.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def perform(email, template_id, personalisation = nil)
notify_client = VaNotify::Service.new(Settings.vanotify.services.va_gov.api_key)

notify_client.send_email(
{
**{
email_address: email,
template_id: template_id,
personalisation: personalisation
Expand Down

0 comments on commit 24d114c

Please sign in to comment.