diff options
| author | Frank <[email protected]> | 2026-04-05 23:51:34 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2026-04-05 23:51:37 -0400 |
| commit | a8fd0159bee09a6d89cb53c86b3119a668c9ef23 (patch) | |
| tree | f341b45167e312e547ee0955728f3b5e139b8d11 /packages/console/core/src | |
| parent | 342436dfc45062ef8383d356de24418a967eb512 (diff) | |
| download | opencode-a8fd0159bee09a6d89cb53c86b3119a668c9ef23.tar.gz opencode-a8fd0159bee09a6d89cb53c86b3119a668c9ef23.zip | |
zen: remove header check
Diffstat (limited to 'packages/console/core/src')
| -rw-r--r-- | packages/console/core/src/subscription.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/console/core/src/subscription.ts b/packages/console/core/src/subscription.ts index 9d6c3ce2b..bee581845 100644 --- a/packages/console/core/src/subscription.ts +++ b/packages/console/core/src/subscription.ts @@ -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(), |
