Commit 2199187d authored by Peter Xin's avatar Peter Xin

Fix

parent 12586787
......@@ -165,7 +165,7 @@ let updateEntertainMatch = function () {
}
// 否则留存
else
newPool.add(userA);
newPool.push(userA);
}
entertainUserPool = newPool;
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment