1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

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); this.logCallStats(call, mappedRoomId);
break;
} }
} }
}); });