fix: add order:true to all create transactions (#3948)
This commit is contained in:
@@ -216,7 +216,7 @@ export async function createOneCollection({
|
||||
nextSyncTime
|
||||
}
|
||||
],
|
||||
{ session }
|
||||
{ session, ordered: true }
|
||||
);
|
||||
|
||||
return collection;
|
||||
|
||||
Reference in New Issue
Block a user