mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-30 10:28:42 +00:00
fix: bill, app detail
This commit is contained in:
@@ -188,7 +188,8 @@ export default withNextCors(async function handler(req: NextApiRequest, res: Nex
|
||||
|
||||
// bill
|
||||
finishTaskBill({
|
||||
billId
|
||||
billId,
|
||||
shareId
|
||||
});
|
||||
} catch (err: any) {
|
||||
delTaskBill(billId);
|
||||
|
Reference in New Issue
Block a user