fix: harden production chat runtime
This commit is contained in:
@@ -33,6 +33,7 @@ export async function POST(
|
||||
plan: result.plan,
|
||||
executions: result.executions,
|
||||
notice: result.notice,
|
||||
collaborationGate: result.collaborationGate,
|
||||
});
|
||||
} catch (error) {
|
||||
return NextResponse.json(
|
||||
|
||||
@@ -23,6 +23,7 @@ export async function POST(
|
||||
ok: true,
|
||||
plan: result.plan,
|
||||
notice: result.notice,
|
||||
collaborationGate: result.collaborationGate,
|
||||
});
|
||||
} catch (error) {
|
||||
return NextResponse.json(
|
||||
|
||||
Reference in New Issue
Block a user