This was missing a break somehow

This commit is contained in:
David Baker
2021-01-27 10:36:40 +00:00
parent e43adef438
commit 9ac31747f6

View File

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