Skip to content

Commit

Permalink
fix orders
Browse files Browse the repository at this point in the history
  • Loading branch information
Flaque committed Sep 12, 2024
1 parent c307993 commit 5f0bfb4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/orders.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ function printAsTable(orders: Array<HydratedOrder>) {
const duration = formatDuration(
dayjs(order.end_at).diff(dayjs(startDate), "ms"),
);
console.log(order.price);
table.push([
order.id,
order.side,
Expand Down

0 comments on commit 5f0bfb4

Please sign in to comment.