Removed unreachable return
This commit is contained in:
parent
f67b8152cf
commit
a9306fda00
1 changed files with 0 additions and 2 deletions
2
voice.go
2
voice.go
|
@ -136,8 +136,6 @@ func (v *Voice) wsListen(wsConn *websocket.Conn, close <-chan struct{}) {
|
||||||
go v.wsEvent(messageType, message)
|
go v.wsEvent(messageType, message)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// wsEvent handles any voice websocket events. This is only called by the
|
// wsEvent handles any voice websocket events. This is only called by the
|
||||||
|
|
Loading…
Reference in a new issue