mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-26 07:06:33 +00:00
fix: add order:true to all create transactions (#3948)
This commit is contained in:
@@ -160,7 +160,7 @@ export const createTrainingUsage = async ({
|
||||
]
|
||||
}
|
||||
],
|
||||
{ session }
|
||||
{ session, ordered: true }
|
||||
);
|
||||
|
||||
return { billId: String(_id) };
|
||||
|
Reference in New Issue
Block a user