make it compile
This commit is contained in:
parent
a004352933
commit
7dab620b1a
@ -85,11 +85,7 @@ func WebChatWs(ctx *gin.Context) {
|
|||||||
SocketsLock.Lock()
|
SocketsLock.Lock()
|
||||||
Sockets = append(Sockets, socket)
|
Sockets = append(Sockets, socket)
|
||||||
SocketsLock.Unlock()
|
SocketsLock.Unlock()
|
||||||
userId, err := utils.GetUserId(store)
|
userId := utils.GetUserId(store)
|
||||||
if err != nil {
|
|
||||||
conn.Close()
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
var guildId string
|
var guildId string
|
||||||
var guildIdParsed uint64
|
var guildIdParsed uint64
|
||||||
|
Loading…
x
Reference in New Issue
Block a user