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 c8ec0c9 commit 67aa00cCopy full SHA for 67aa00c
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 function AudienceEvaluator(UNSTABLE_conditionEvaluators) {
+function AudienceEvaluator(UNSTABLE_conditionEvaluators) {
37
this.typeToEvaluatorMap = fns.assign({}, UNSTABLE_conditionEvaluators, {
38
custom_attribute: customAttributeConditionEvaluator,
39
});
0 commit comments