We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 995efb1 commit 17bc83fCopy full SHA for 17bc83f
backend/packages/Upgrade/src/api/services/ExperimentAssignmentService.ts
@@ -508,7 +508,10 @@ export class ExperimentAssignmentService {
508
experimentForUser.experiments,
509
individualEnrollments.filter((assignment) => assignment.userId === experimentForUser.userId),
510
groupEnrollments,
511
- filteredUsers[index]
+ individualExclusions,
512
+ groupExclusions,
513
+ filteredUsers[index],
514
+ null
515
);
516
return { ...acc, [experimentForUser.userId]: exps[0] || null };
517
}, {});
0 commit comments