Skip to content

Commit 0d74d23

Browse files
committed
Update orders.ts
1 parent b2faf3d commit 0d74d23

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/lib/orders.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,6 @@ export function registerOrders(program: Command) {
224224
)
225225
.option("--limit <number>", "Limit the number of results")
226226
.option("--offset <number>", "Offset the results (for pagination)")
227-
228227
.option("--json", "Output in JSON format")
229228
.action(async (options) => {
230229
const orders = await getOrders({

0 commit comments

Comments
 (0)