We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fffb0e8 commit 80702f3Copy full SHA for 80702f3
app/(chat)/api/chat/route.ts
@@ -286,7 +286,7 @@ export async function POST(request: Request) {
286
287
return new Response(stream.pipeThrough(new JsonToSseTransformStream()));
288
} catch (error) {
289
- const vercelId = request.headers.get('x-vercel-id');
+ const vercelId = request.headers.get("x-vercel-id");
290
291
if (error instanceof ChatSDKError) {
292
return error.toResponse();
0 commit comments