Skip to content

Commit

Permalink
getOrderPrice
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiancook committed Nov 18, 2023
1 parent 9d670ba commit 27086cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: test:node with PORT
run: yarn test:node
env:
PORT: 3400\
PORT: 3400
- name: test:bun with PORT
run: yarn test:bun
env:
Expand Down
1 change: 1 addition & 0 deletions src/data/order-item/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ export * from "./add-order-item";
export * from "./set-order-items";
export * as orderItemSchema from "./schema";
export * from "./get-order-item";
export * from "./get-order-item-info";
export * from "./delete-order-item";

0 comments on commit 27086cd

Please sign in to comment.