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