From ceb5a761cb0a8d44535ee8ec8fded9bf7ff59518 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Thu, 8 Jan 2026 18:26:51 -0500 Subject: [PATCH] ci --- infra/console.ts | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/infra/console.ts b/infra/console.ts index f5d2a5f2b0..1e584ca576 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"),