Skip to content

Commit

Permalink
Fix sending of GCN Circulars, broken by change of plugin names
Browse files Browse the repository at this point in the history
We forgot to update the Architect service discovery names after
changing the names of Architect plugins in #2653.
  • Loading branch information
lpsinger committed Nov 6, 2024
1 parent 7cdf161 commit 0f94655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/email.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export async function sendEmailBulk({
subject,
body: getBody(body),
}),
TemplateName: s.emailOutgoing.template,
TemplateName: s.email_outgoing.template,
},
},
}
Expand Down

0 comments on commit 0f94655

Please sign in to comment.