mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
pkg/api: Check errors (#19657)
* pkg/api: Check errors * pkg/api: Remove unused function HashEmail
This commit is contained in:
@@ -44,7 +44,7 @@ func (sm *StreamManager) Serve(w http.ResponseWriter, r *http.Request) {
|
||||
return
|
||||
}
|
||||
|
||||
c := newConnection(ws, sm.hub)
|
||||
c := newConnection(ws, sm.hub, sm.log)
|
||||
sm.hub.register <- c
|
||||
|
||||
go c.writePump()
|
||||
|
||||
Reference in New Issue
Block a user