From 8d3de2dd8efb6147e66db8681b2978771d6a03ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20K=C3=BCndig?= Date: Fri, 21 Jun 2024 19:50:45 +0200 Subject: [PATCH] bugfix(website): do not remove newsletter suppression after donation (#856) --- functions/src/webhooks/stripe/index.ts | 1 - shared/src/sendgrid/SendgridSubscriptionClient.ts | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/src/webhooks/stripe/index.ts b/functions/src/webhooks/stripe/index.ts index 412dbb41d..ac0028164 100644 --- a/functions/src/webhooks/stripe/index.ts +++ b/functions/src/webhooks/stripe/index.ts @@ -30,7 +30,6 @@ const addContributorToNewsletter = async (contributionRef: DocumentReference