commit efc2ec78598e252f995fa5f4104c268c1c051d60
parent 8a75d3888fbacbf6524b77d3260c9463e932b284
Author: Daniel Thorn <dthorn@mozilla.com>
Date: Mon, 5 Jan 2026 21:54:55 +0000
Bug 2006752 - Fix missing return statement when unenrolling due to other profile r=nimbus-reviewers,beth
Differential Revision: https://phabricator.services.mozilla.com/D277110
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/toolkit/components/nimbus/lib/ExperimentManager.sys.mjs b/toolkit/components/nimbus/lib/ExperimentManager.sys.mjs
@@ -940,6 +940,7 @@ export class ExperimentManager {
enrollment,
UnenrollmentCause.fromCheckRecipeResult(result)
);
+ return false;
}
if (result.status === lazy.MatchStatus.TARGETING_AND_BUCKETING) {