fix: add order:true to all create transactions (#3948)
This commit is contained in:
@@ -192,7 +192,7 @@ const rebuildData = async ({
|
||||
retryCount: 50
|
||||
}
|
||||
],
|
||||
{ session }
|
||||
{ session, ordered: true }
|
||||
);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user