Skip to content
Snippets Groups Projects
Commit 573bfc10 authored by Gustavo Trott's avatar Gustavo Trott
Browse files

Remove changes not related to issue

parent 91f4eba6
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ trait AppsTestFixtures {
val parentMeetingId = "testParentMeetingId"
val sequence = 4
val meetingName = "test meeting"
val record = falsecore/apps/users/ValidateAuthTokenReqMsgHdlr.scala
val record = false
val voiceConfId = "85115"
val muteOnStart = true
val deskshareConfId = "85115-DESKSHARE"
......
......@@ -24,7 +24,7 @@ export default function handleGuestsWaitingForApproval({ body }, meetingId) {
denied: false,
...guest,
meetingId,
loginTime: registeredOn,
loginTime: guest.registeredOn,
color: COLOR_LIST[stringHash(guest.intId) % COLOR_LIST.length],
});
......
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