Fix ESLint issue

This commit is contained in:
Amish Shah 2017-10-22 16:03:35 +01:00
parent 29d743a521
commit 0004e19eca
No known key found for this signature in database
GPG key ID: 904349C1207D7967

View file

@ -103,7 +103,6 @@ class VoiceConnectionUDPClient extends EventEmitter {
const socket = this.socket = udp.createSocket('udp4');
socket.once('message', message => {
// Stop if the sockets have been deleted because the connection has been closed already
if (!this.voiceConnection.sockets.ws) return;