Skip to content

Commit 0408fdb

Browse files
author
Jason Victor
committed
put missing comment back
1 parent 44c9bff commit 0408fdb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/server/sse.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ export class SSEServerTransport implements Transport {
136136

137137
/**
138138
* Returns the session ID for this transport.
139+
*
140+
* This can be used to route incoming POST requests.
139141
*/
140142
get sessionId(): string {
141143
return this._sessionId;

0 commit comments

Comments
 (0)