summaryrefslogtreecommitdiff
path: root/endpoint_ws.go
diff options
context:
space:
mode:
Diffstat (limited to 'endpoint_ws.go')
-rw-r--r--endpoint_ws.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/endpoint_ws.go b/endpoint_ws.go
index 2ea0a2a..4bf2319 100644
--- a/endpoint_ws.go
+++ b/endpoint_ws.go
@@ -161,7 +161,6 @@ func handleWs(w http.ResponseWriter, req *http.Request) {
err = handleConn(
req.Context(),
c,
- session,
userID,
)
if err != nil {