diff options
| author | Frank <[email protected]> | 2026-03-24 16:21:46 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2026-03-26 00:47:23 -0400 |
| commit | 16742af7f317fb90474008c703110bd06a9ca3fc (patch) | |
| tree | c1814702d467d9dabdffde73bcc5de771ef18cc5 /packages/console/core/script | |
| parent | 652313e03635f14c10b7acdeab18adb8d75a5a47 (diff) | |
| download | opencode-16742af7f317fb90474008c703110bd06a9ca3fc.tar.gz opencode-16742af7f317fb90474008c703110bd06a9ca3fc.zip | |
wip: zen
Diffstat (limited to 'packages/console/core/script')
| -rw-r--r-- | packages/console/core/script/lookup-user.ts | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/console/core/script/lookup-user.ts b/packages/console/core/script/lookup-user.ts index 7154f2980..6b856d1c3 100644 --- a/packages/console/core/script/lookup-user.ts +++ b/packages/console/core/script/lookup-user.ts @@ -178,9 +178,8 @@ async function printWorkspace(workspaceID: string) { balance: `$${(row.balance / 100000000).toFixed(2)}`, reload: row.reload ? "yes" : "no", customerID: row.customerID, - liteSubscriptionID: row.liteSubscriptionID, - blackSubscriptionID: row.blackSubscriptionID, - blackSubscription: row.blackSubscriptionID + GO: row.liteSubscriptionID, + Black: row.blackSubscriptionID ? [ `Black ${row.blackSubscription.enrichment!.plan}`, row.blackSubscription.enrichment!.seats > 1 |
