Skip to content

Commit

Permalink
Prettified Code!
Browse files Browse the repository at this point in the history
  • Loading branch information
mkue authored and actions-user committed Oct 6, 2024
1 parent efe3c2a commit a23dc60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/src/stripe/StripeEventHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export class StripeEventHandler {
campaign_path: this.firestoreAdmin.firestore
.collection(CAMPAIGN_FIRESTORE_PATH)
.doc(checkoutMetadata?.campaignId),
} as StripeContribution)
} as StripeContribution)
: contribution;
};

Expand Down

0 comments on commit a23dc60

Please sign in to comment.