Skip to content

Commit

Permalink
πŸš‘ !HOTFIX: νŠΈλžœμž­μ…˜ 컀밋 μ‚­μ œ
Browse files Browse the repository at this point in the history
  • Loading branch information
sieunie committed Nov 28, 2024
1 parent 3fe9d95 commit 74df95d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions BE/src/stockSocket/stock-execute-order.repository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,6 @@ export class StockExecuteOrderRepository extends Repository<Order> {
.where({ user_id: order.user_id, stock_code: order.stock_code })
.setParameters({ newQuantity: order.amount })
.execute();

await queryRunner.commitTransaction();
}

private calculateFee(totalPrice: number) {
Expand Down

0 comments on commit 74df95d

Please sign in to comment.