Skip to content

Commit 213b823

Browse files
committed
chore: generate
1 parent c0dc8ea commit 213b823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/console/core/script/black-select-workspaces.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { BillingTable, SubscriptionPlan } from "../src/schema/billing.sql.js"
33
import { UserTable } from "../src/schema/user.sql.js"
44
import { AuthTable } from "../src/schema/auth.sql.js"
55

6-
const plan = process.argv[2] as typeof SubscriptionPlan[number]
6+
const plan = process.argv[2] as (typeof SubscriptionPlan)[number]
77
if (!SubscriptionPlan.includes(plan)) {
88
console.error("Usage: bun foo.ts <count>")
99
process.exit(1)

0 commit comments

Comments
 (0)