diff options
| author | Frank <[email protected]> | 2026-01-22 17:06:45 -0500 |
|---|---|---|
| committer | Frank <[email protected]> | 2026-01-22 17:06:47 -0500 |
| commit | 1b244bf85030f5bb10009a953906af6d8ae9fc3e (patch) | |
| tree | 8c9885b0000fd780c1168d307fd25c615a355446 | |
| parent | c128579cfcbe4e177124e202251e95e412bd7e67 (diff) | |
| download | opencode-1b244bf85030f5bb10009a953906af6d8ae9fc3e.tar.gz opencode-1b244bf85030f5bb10009a953906af6d8ae9fc3e.zip | |
wip: zen black
| -rw-r--r-- | packages/console/app/src/routes/zen/util/handler.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/console/app/src/routes/zen/util/handler.ts b/packages/console/app/src/routes/zen/util/handler.ts index 783df8128..18571d6b2 100644 --- a/packages/console/app/src/routes/zen/util/handler.ts +++ b/packages/console/app/src/routes/zen/util/handler.ts @@ -468,6 +468,7 @@ export async function handler( api_key: data.apiKey, workspace: data.workspaceID, isSubscription: data.subscription ? true : false, + subscription: data.billing.subscription?.plan, }) return { |
