mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-22 02:04:31 +00:00
Fix resolution of user assignments for active split tests for admin
GitOrigin-RevId: c664d1e2b195313c0f9893cf000c670f22929788
This commit is contained in:
parent
9e6c2af73c
commit
21c11693d2
1 changed files with 1 additions and 0 deletions
|
@ -366,6 +366,7 @@ function _getCachedVariantFromSession(session, splitTestName, currentVersion) {
|
|||
|
||||
async function _getUser(id) {
|
||||
return UserGetter.promises.getUser(id, {
|
||||
analyticsId: 1,
|
||||
splitTests: 1,
|
||||
alphaProgram: 1,
|
||||
betaProgram: 1,
|
||||
|
|
Loading…
Reference in a new issue