diff options
| author | GitHub Action <[email protected]> | 2026-01-23 05:28:47 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2026-01-23 05:28:47 +0000 |
| commit | 213b823c6916df5ffb7dd4a21be6737b0eca33cf (patch) | |
| tree | c546bc1b2ac7c73dc113b14630bd165579211284 | |
| parent | c0dc8ea39ef89542d0e734ddcda1b04fc1fcb224 (diff) | |
| download | opencode-213b823c6916df5ffb7dd4a21be6737b0eca33cf.tar.gz opencode-213b823c6916df5ffb7dd4a21be6737b0eca33cf.zip | |
chore: generate
| -rw-r--r-- | packages/console/core/script/black-select-workspaces.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/console/core/script/black-select-workspaces.ts b/packages/console/core/script/black-select-workspaces.ts index 4e103b7c1..f22478e1b 100644 --- a/packages/console/core/script/black-select-workspaces.ts +++ b/packages/console/core/script/black-select-workspaces.ts @@ -3,7 +3,7 @@ import { BillingTable, SubscriptionPlan } from "../src/schema/billing.sql.js" import { UserTable } from "../src/schema/user.sql.js" import { AuthTable } from "../src/schema/auth.sql.js" -const plan = process.argv[2] as typeof SubscriptionPlan[number] +const plan = process.argv[2] as (typeof SubscriptionPlan)[number] if (!SubscriptionPlan.includes(plan)) { console.error("Usage: bun foo.ts <count>") process.exit(1) |
