Setting the correct validUser value.

This commit is contained in:
Maxim Khlobystov 2018-07-30 14:02:46 -04:00
parent e041718e55
commit 57f8d66b35

View File

@ -7,7 +7,7 @@ const logClient = function (type, log, fullInfo) {
const logContents = { fullInfo };
if (User) {
if (User.meetingId === fullInfo.meetingId) {
if (User.meetingId === fullInfo.credentials.meetingId) {
logContents.validUser = 'valid';
} else {
logContents.validUser = 'invalid';