From 8c739b4a7db455a33fd77b4c997f2a9eaf27648a Mon Sep 17 00:00:00 2001 From: Frank Date: Thu, 26 Feb 2026 23:20:02 -0500 Subject: [PATCH] zen: fix go plan usage limit --- packages/console/app/src/routes/zen/util/handler.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/console/app/src/routes/zen/util/handler.ts b/packages/console/app/src/routes/zen/util/handler.ts index a6aee5368..ec6932ed4 100644 --- a/packages/console/app/src/routes/zen/util/handler.ts +++ b/packages/console/app/src/routes/zen/util/handler.ts @@ -654,12 +654,12 @@ export async function handler( } // Check rolling limit - if (sub.monthlyUsage && sub.timeMonthlyUpdated) { + if (sub.rollingUsage && sub.timeRollingUpdated) { const result = Subscription.analyzeRollingUsage({ limit: liteData.rollingLimit, window: liteData.rollingWindow, - usage: sub.monthlyUsage, - timeUpdated: sub.timeMonthlyUpdated, + usage: sub.rollingUsage, + timeUpdated: sub.timeRollingUpdated, }) if (result.status === "rate-limited") throw new SubscriptionUsageLimitError(