fix(emails): correct variable name in group plan invites

This commit is contained in:
Kalista Payne
2026-03-12 18:58:49 -05:00
parent 61585b2549
commit 836e63246d
+1 -1
View File
@@ -200,7 +200,7 @@ async function inviteByEmail (invite, group, inviter, req, res) {
];
if (group.type === 'guild') {
variables.push({ name: 'GUILD_NAME', content: group.name });
variables.push({ name: 'GROUP_NAME', content: group.name });
}
// Check for the email address not to be unsubscribed