Skip to content

Commit 16742af

Browse files
committed
wip: zen
1 parent 652313e commit 16742af

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

packages/console/core/script/lookup-user.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,8 @@ async function printWorkspace(workspaceID: string) {
178178
balance: `$${(row.balance / 100000000).toFixed(2)}`,
179179
reload: row.reload ? "yes" : "no",
180180
customerID: row.customerID,
181-
liteSubscriptionID: row.liteSubscriptionID,
182-
blackSubscriptionID: row.blackSubscriptionID,
183-
blackSubscription: row.blackSubscriptionID
181+
GO: row.liteSubscriptionID,
182+
Black: row.blackSubscriptionID
184183
? [
185184
`Black ${row.blackSubscription.enrichment!.plan}`,
186185
row.blackSubscription.enrichment!.seats > 1

0 commit comments

Comments
 (0)