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:
@@ -100,7 +100,7 @@ export const initTeamFreePlan = async ({
|
||||
surplusPoints: freePoints
|
||||
}
|
||||
],
|
||||
{ session }
|
||||
{ session, ordered: true }
|
||||
);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user