zen: remove header check

This commit is contained in:
Frank
2026-04-05 23:51:34 -04:00
parent 342436dfc4
commit a8fd0159be
2 changed files with 2 additions and 5 deletions

View File

@@ -9,8 +9,6 @@ export namespace Subscription {
free: z.object({
promoTokens: z.number().int(),
dailyRequests: z.number().int(),
checkHeader: z.string(),
fallbackValue: z.number().int(),
}),
lite: z.object({
rollingLimit: z.number().int(),