wip: black

This commit is contained in:
Frank
2026-01-21 10:42:58 -05:00
parent 4fc7bcf09e
commit 97e0e79f1a
+1 -1
View File
@@ -68,7 +68,7 @@ const subscription = await Billing.stripe().subscriptions.create({
{ {
price: `price_1SmfyI2StuRr0lbXovxJNeZn`, price: `price_1SmfyI2StuRr0lbXovxJNeZn`,
discounts: [{ coupon: couponID }], discounts: [{ coupon: couponID }],
quantity: 2, quantity: seats,
}, },
], ],
}) })