Skip to content

Commit b14de59

Browse files
Update server/sse.go
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent a7a17b6 commit b14de59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/sse.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ type SSEServer struct {
8585
ssePattern string
8686
sessions sync.Map
8787
srv *http.Server
88-
contextFunc SSEContextFun
88+
contextFunc SSEContextFunc
8989
keepAlive bool
9090
keepAliveInterval time.Duration
9191
}

0 commit comments

Comments
 (0)