Skip to content

Commit

Permalink
fix: transaction lock fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SeungGwan123 committed Dec 5, 2024
1 parent b43c7f3 commit 1e45cf3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/server/src/trade/trade.repository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ export class TradeRepository extends Repository<Trade> {
where: { tradeId },
lock: {
mode: 'pessimistic_write',
onLocked: 'nowait',
},
});

Expand Down

0 comments on commit 1e45cf3

Please sign in to comment.