aboutsummaryrefslogtreecommitdiff
path: root/lib/websocket/request.go
diff options
context:
space:
mode:
Diffstat (limited to 'lib/websocket/request.go')
-rw-r--r--lib/websocket/request.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/websocket/request.go b/lib/websocket/request.go
index d56d6406..60a44349 100644
--- a/lib/websocket/request.go
+++ b/lib/websocket/request.go
@@ -59,7 +59,7 @@ type Request struct {
ID uint64 `json:"id"`
// Conn is the client connection, where the request come from.
- Conn int
+ Conn int `json:"-"`
}
// reset all Request field's value to zero.