formatting (#1235)

This commit is contained in:
josh 2025-09-21 19:12:46 +01:00 committed by GitHub
parent fffb0e8897
commit 2e5267bc11
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -286,7 +286,7 @@ export async function POST(request: Request) {
return new Response(stream.pipeThrough(new JsonToSseTransformStream()));
} catch (error) {
const vercelId = request.headers.get('x-vercel-id');
const vercelId = request.headers.get("x-vercel-id");
if (error instanceof ChatSDKError) {
return error.toResponse();