summaryrefslogtreecommitdiffhomepage
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/console/app/src/routes/zen/util/handler.ts6
1 files 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(