Skip to content

Commit

Permalink
fix barrier transaction bug (#75)
Browse files Browse the repository at this point in the history
* fix barrier transaction bug

* fix barrier transaction bug
  • Loading branch information
dingsongjie authored Feb 7, 2024
1 parent ed9067a commit 585d2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DtmMongoBarrier/MongoBranchBarrier.cs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ await MongoInsertBarrier(
{
try
{
await barrier.InsertOneAsync(new DtmBarrierDocument
await barrier.InsertOneAsync(session,new DtmBarrierDocument
{
TransType = bb.TransType,
GId = bb.Gid,
Expand Down

0 comments on commit 585d2aa

Please sign in to comment.