File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
lib/core/decision_service Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -51,10 +51,7 @@ import {
51
51
EXPERIMENT_NOT_RUNNING ,
52
52
RETURNING_STORED_VARIATION ,
53
53
USER_NOT_IN_EXPERIMENT ,
54
- USER_HAS_NO_VARIATION ,
55
- USER_HAS_VARIATION ,
56
54
USER_FORCED_IN_VARIATION ,
57
- FORCED_BUCKETING_FAILED ,
58
55
EVALUATING_AUDIENCES_COMBINED ,
59
56
AUDIENCE_EVALUATION_RESULT_COMBINED ,
60
57
USER_IN_ROLLOUT ,
@@ -64,12 +61,7 @@ import {
64
61
USER_NOT_BUCKETED_INTO_TARGETING_RULE ,
65
62
USER_BUCKETED_INTO_TARGETING_RULE ,
66
63
NO_ROLLOUT_EXISTS ,
67
- INVALID_ROLLOUT_ID ,
68
- ROLLOUT_HAS_NO_EXPERIMENTS ,
69
- IMPROPERLY_FORMATTED_EXPERIMENT ,
70
- USER_HAS_FORCED_VARIATION ,
71
64
USER_MEETS_CONDITIONS_FOR_TARGETING_RULE ,
72
- USER_NOT_BUCKETED_INTO_TARGETING_RULE ,
73
65
USER_DOESNT_MEET_CONDITIONS_FOR_TARGETING_RULE ,
74
66
} from '../decision_service/index' ;
75
67
You can’t perform that action at this time.
0 commit comments