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 b9ed2be commit 17456adCopy full SHA for 17456ad
server/src/index.ts
@@ -44,8 +44,6 @@ const createTransport = async (query: express.Request["query"]) => {
44
45
app.get("/sse", async (req, res) => {
46
console.log("New SSE connection");
47
- const transportType = req.query.transportType as string;
48
- console.log(`Transport type: ${transportType}`);
49
50
const backingServerTransport = await createTransport(req.query);
51
0 commit comments