summaryrefslogtreecommitdiffhomepage
path: root/infra/console.ts
diff options
context:
space:
mode:
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"),