remove user list test from experiments file, as it has now been fully tested and rolled out
This commit is contained in:
parent
6c6154c072
commit
9a4787b1a1
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
module.exports = {
|
||||
experiments: {
|
||||
voiceSFUTesting: false,
|
||||
userListTest: true
|
||||
voiceSFUTesting: false
|
||||
}
|
||||
};
|
||||
|
|
Reference in a new issue