summary refs log tree commit diff
path: root/src/gateway
diff options
context:
space:
mode:
Diffstat (limited to 'src/gateway')
-rw-r--r--src/gateway/opcodes/StreamDelete.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gateway/opcodes/StreamDelete.ts b/src/gateway/opcodes/StreamDelete.ts

index b7dcd2cc..1ccc5ca6 100644 --- a/src/gateway/opcodes/StreamDelete.ts +++ b/src/gateway/opcodes/StreamDelete.ts
@@ -47,7 +47,7 @@ export async function onStreamDelete(this: WebSocket, data: Payload) { const voiceState = await VoiceState.findOne({ where: { user_id: this.user_id }, - relations: { member: true }, + // relations: { member: true }, // TODO: actually add the relation }); if (voiceState) {