We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 652313e commit 16742afCopy full SHA for 16742af
1 file changed
packages/console/core/script/lookup-user.ts
@@ -178,9 +178,8 @@ async function printWorkspace(workspaceID: string) {
178
balance: `$${(row.balance / 100000000).toFixed(2)}`,
179
reload: row.reload ? "yes" : "no",
180
customerID: row.customerID,
181
- liteSubscriptionID: row.liteSubscriptionID,
182
- blackSubscriptionID: row.blackSubscriptionID,
183
- blackSubscription: row.blackSubscriptionID
+ GO: row.liteSubscriptionID,
+ Black: row.blackSubscriptionID
184
? [
185
`Black ${row.blackSubscription.enrichment!.plan}`,
186
row.blackSubscription.enrichment!.seats > 1
0 commit comments