Skip to content

Commit b737ae5

Browse files
committed
fix lint
1 parent 10b60ea commit b737ae5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/xl-ai-server/src/routes/vercelAiSdk.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ vercelAiSdkRoute.post("/generateText", cors(), async (c) => {
3232
},
3333
});
3434

35+
return result as any;
3536
// return result.toDataStreamResponse();
3637
});
3738

0 commit comments

Comments
 (0)