Skip to content

Commit

Permalink
fix barrier transaction bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dingsongjie committed Jan 31, 2024
1 parent ed9067a commit b012507
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 b012507

Please sign in to comment.