wip: black

This commit is contained in:
Frank
2026-01-20 23:15:07 -05:00
parent 1994ddbd99
commit 5416e8a263
+1 -1
View File
@@ -68,7 +68,7 @@ const subscription = await Billing.stripe().subscriptions.create({
{
price: `price_1SmfyI2StuRr0lbXovxJNeZn`,
discounts: [{ coupon: couponID }],
quantity: 2,
quantity: seats,
},
],
})