This commit is contained in:
Frank
2026-03-26 00:47:23 -04:00
parent 652313e036
commit 16742af7f3
+2 -3
View File
@@ -178,9 +178,8 @@ async function printWorkspace(workspaceID: string) {
balance: `$${(row.balance / 100000000).toFixed(2)}`, balance: `$${(row.balance / 100000000).toFixed(2)}`,
reload: row.reload ? "yes" : "no", reload: row.reload ? "yes" : "no",
customerID: row.customerID, customerID: row.customerID,
liteSubscriptionID: row.liteSubscriptionID, GO: row.liteSubscriptionID,
blackSubscriptionID: row.blackSubscriptionID, Black: row.blackSubscriptionID
blackSubscription: row.blackSubscriptionID
? [ ? [
`Black ${row.blackSubscription.enrichment!.plan}`, `Black ${row.blackSubscription.enrichment!.plan}`,
row.blackSubscription.enrichment!.seats > 1 row.blackSubscription.enrichment!.seats > 1