Skip to content

Commit aeaf32f

Browse files
committed
fix
1 parent 090b7ef commit aeaf32f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const createTransport = async (req: express.Request) => {
6767
} else if (transportType === "sse") {
6868
const url = query.url as string;
6969
const headers: HeadersInit = {
70-
'Accept': 'text/event-stream',
70+
Accept: "text/event-stream",
7171
};
7272
for (const key of SSE_HEADERS_PASSTHROUGH) {
7373
if (req.headers[key] === undefined) {

0 commit comments

Comments
 (0)