From a23dc6030e70120dfec8f210c6b9cd2448117ddb Mon Sep 17 00:00:00 2001 From: mkue Date: Sun, 6 Oct 2024 19:37:52 +0000 Subject: [PATCH] Prettified Code! --- shared/src/stripe/StripeEventHandler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/src/stripe/StripeEventHandler.ts b/shared/src/stripe/StripeEventHandler.ts index fa2849e1f..bc6927d09 100644 --- a/shared/src/stripe/StripeEventHandler.ts +++ b/shared/src/stripe/StripeEventHandler.ts @@ -119,7 +119,7 @@ export class StripeEventHandler { campaign_path: this.firestoreAdmin.firestore .collection(CAMPAIGN_FIRESTORE_PATH) .doc(checkoutMetadata?.campaignId), - } as StripeContribution) + } as StripeContribution) : contribution; };