Skip to content
Snippets Groups Projects
Commit 14abe5c2 authored by Joao Siebel's avatar Joao Siebel
Browse files

Prevent addConnectionStatus log spam

parent a53917e0
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,8 @@ export default function addConnectionStatus(status, type, value) {
check(type, String);
check(value, Object);
if (!this.userId) return;
const { meetingId, requesterUserId } = extractCredentials(this.userId);
check(meetingId, String);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment