mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-24 07:45:40 +00:00
Fix op19 property not found error
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user