Skip to content
This repository was archived by the owner on Mar 5, 2023. It is now read-only.

Commit da8e117

Browse files
author
jonas747
committed
remove uneeded return
1 parent 17ac522 commit da8e117

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

voice.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,6 @@ func (v *VoiceConnection) onEvent(message []byte) {
468468
v.log(LogDebug, "unknown voice operation, %d, %s", e.Operation, string(e.RawData))
469469
}
470470

471-
return
472471
}
473472

474473
type voiceHeartbeatOp struct {

0 commit comments

Comments
 (0)