This was missing a break somehow

pull/21833/head
David Baker 2021-01-27 10:36:40 +00:00
parent e43adef438
commit 9ac31747f6
1 changed files with 1 additions and 0 deletions

View File

@ -396,6 +396,7 @@ export default class CallHandler {
}
this.logCallStats(call, mappedRoomId);
break;
}
}
});