From 0f94655543103191e43a69567698229715c965f0 Mon Sep 17 00:00:00 2001 From: Leo Singer Date: Tue, 5 Nov 2024 22:54:32 -0500 Subject: [PATCH] Fix sending of GCN Circulars, broken by change of plugin names We forgot to update the Architect service discovery names after changing the names of Architect plugins in #2653. --- app/lib/email.server.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lib/email.server.ts b/app/lib/email.server.ts index 86601da35..cca193f8c 100644 --- a/app/lib/email.server.ts +++ b/app/lib/email.server.ts @@ -98,7 +98,7 @@ export async function sendEmailBulk({ subject, body: getBody(body), }), - TemplateName: s.emailOutgoing.template, + TemplateName: s.email_outgoing.template, }, }, }