summaryrefslogtreecommitdiffhomepage
path: root/infra/console.ts
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2026-01-08 18:26:51 -0500
committerDax Raad <[email protected]>2026-01-08 18:26:51 -0500
commit80772e5ac2c91514b9a6e30bf0b48a6a4c979ec8 (patch)
tree282afd0868fdf1c781598a3f55145ef4c250fdd7 /infra/console.ts
parentbe34747526db16d3b388567ee87a732f5c30f249 (diff)
downloadopencode-80772e5ac2c91514b9a6e30bf0b48a6a4c979ec8.tar.gz
opencode-80772e5ac2c91514b9a6e30bf0b48a6a4c979ec8.zip
ci
Diffstat (limited to 'infra/console.ts')
-rw-r--r--infra/console.ts10
1 files changed, 0 insertions, 10 deletions
diff --git a/infra/console.ts b/infra/console.ts
index f5d2a5f2b..1e584ca57 100644
--- a/infra/console.ts
+++ b/infra/console.ts
@@ -111,16 +111,6 @@ const zenPrice = new stripe.Price("ZenBlackPrice", {
},
})
-const zenSponsoredPrice = new stripe.Price("ZenBlackSponsoredPrice", {
- product: zenProduct.id,
- unitAmount: 0,
- currency: "usd",
- recurring: {
- interval: "month",
- intervalCount: 1,
- },
-})
-
const ZEN_MODELS = [
new sst.Secret("ZEN_MODELS1"),
new sst.Secret("ZEN_MODELS2"),