Skip to content

Commit

Permalink
Build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rylorin committed Nov 17, 2024
1 parent 13773d5 commit ba623ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/unit/sample-data/orders.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Order, OrderAction, OrderType, TimeInForce } from "../../../..";
import { Order, OrderAction, OrderType, TimeInForce } from "../../..";

export const sample_order: Order = {
orderType: OrderType.LMT,
Expand Down

0 comments on commit ba623ad

Please sign in to comment.