zen: raise limit

This commit is contained in:
Frank
2026-03-10 15:22:01 -04:00
parent f77e5cf8fb
commit 6b9f8fb9b3
2 changed files with 33 additions and 18 deletions

View File

@@ -8,7 +8,6 @@ export namespace Subscription {
const LimitsSchema = z.object({
free: z.object({
promoTokens: z.number().int(),
newDailyRequests: z.number().int(),
dailyRequests: z.number().int(),
checkHeader: z.string(),
fallbackValue: z.number().int(),