mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 11:03:30 +01:00
chore: deps
This commit is contained in:
@@ -489,7 +489,6 @@ export class Networking extends EventEmitter {
|
||||
const state = this.state;
|
||||
if (state.code !== NetworkingStatusCode.Ready) return;
|
||||
state.preparedPacket = this.createAudioPacket(opusPacket, state.connectionData);
|
||||
// eslint-disable-next-line consistent-return
|
||||
return state.preparedPacket;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user