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 ebc4ade commit eab52aaCopy full SHA for eab52aa
packages/optimizely-sdk/lib/core/audience_evaluator/index.js
@@ -33,7 +33,7 @@ var MODULE_NAME = 'AUDIENCE_EVALUATOR';
33
* Optimizely evaluators cannot be overridden.
34
* @constructor
35
*/
36
-export var AudienceEvaluator = function AudienceEvaluator(UNSTABLE_conditionEvaluators) {
+export function AudienceEvaluator(UNSTABLE_conditionEvaluators) {
37
this.typeToEvaluatorMap = fns.assign({}, UNSTABLE_conditionEvaluators, {
38
custom_attribute: customAttributeConditionEvaluator,
39
});
0 commit comments