Fix op19 property not found error

This commit is contained in:
Rory&
2026-04-13 23:11:17 +02:00
parent e0204f76cf
commit dfc4776a65

View File

@@ -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) {