Skip to content

Commit 5df5d5a

Browse files
committed
fix: rate-limit-wait argument to wait
1 parent c1a2d73 commit 5df5d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ const main = defineCommand({
101101
business: args.business,
102102
manual: args.manual,
103103
rateLimit,
104-
rateLimitWait: Boolean(args["rate-limit-wait"]),
104+
rateLimitWait: Boolean(args.wait),
105105
})
106106
},
107107
})

0 commit comments

Comments
 (0)