Skip to content

Commit 0a61e93

Browse files
committed
Add unsubscribeUrl to email template rendering
1 parent e09faf5 commit 0a61e93

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/app/(admin)/admin/api/sponsors/email/send

src/app/(admin)/admin/api/sponsors/email/send/route.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ export const POST = auth(async (req: NextAuthRequest) => {
7171
conference,
7272
subject,
7373
htmlContent: htmlContent!,
74+
unsubscribeUrl: undefined,
7475
})
7576

7677
if (!conference.sponsorEmail) {

0 commit comments

Comments
 (0)