diff options
| author | Frank <[email protected]> | 2026-01-20 23:15:07 -0500 |
|---|---|---|
| committer | Frank <[email protected]> | 2026-01-21 10:42:58 -0500 |
| commit | 97e0e79f1a7f268ad40d91e17a0a174d009db5a1 (patch) | |
| tree | e4d5cc9b5012b407825dbbf6dd51b7b89f671fb7 /packages/console/core/script | |
| parent | 4fc7bcf09e5bf57d697915cd9236dbca24cf8192 (diff) | |
| download | opencode-97e0e79f1a7f268ad40d91e17a0a174d009db5a1.tar.gz opencode-97e0e79f1a7f268ad40d91e17a0a174d009db5a1.zip | |
wip: black
Diffstat (limited to 'packages/console/core/script')
| -rw-r--r-- | packages/console/core/script/black-gift.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/console/core/script/black-gift.ts b/packages/console/core/script/black-gift.ts index 3fbf210ab..ec7db8799 100644 --- a/packages/console/core/script/black-gift.ts +++ b/packages/console/core/script/black-gift.ts @@ -68,7 +68,7 @@ const subscription = await Billing.stripe().subscriptions.create({ { price: `price_1SmfyI2StuRr0lbXovxJNeZn`, discounts: [{ coupon: couponID }], - quantity: 2, + quantity: seats, }, ], }) |
