We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82b10b1 commit 4317720Copy full SHA for 4317720
websockets.go
@@ -52,7 +52,7 @@ func WSHandler(ws *websocket.Conn) {
52
}
53
Managers[userId].SubscribeTestHandler()
54
Managers[userId].Subscribe("gist", func(channel string, dataRaw []byte, data []interface{}) {
55
- GithubGistHandle(cm, userId, data)
+ GithubGistHandle(Managers[userId], userId, data)
56
})
57
58
cm := Managers[userId]
0 commit comments