File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/optimizely-sdk/lib/core/audience_evaluator Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ var MODULE_NAME = 'AUDIENCE_EVALUATOR';
3333 * Optimizely evaluators cannot be overridden.
3434 * @constructor
3535 */
36- export function AudienceEvaluator ( UNSTABLE_conditionEvaluators ) {
36+ function AudienceEvaluator ( UNSTABLE_conditionEvaluators ) {
3737 this . typeToEvaluatorMap = fns . assign ( { } , UNSTABLE_conditionEvaluators , {
3838 custom_attribute : customAttributeConditionEvaluator ,
3939 } ) ;
Original file line number Diff line number Diff line change 1313 * See the License for the specific language governing permissions and
1414 * limitations under the License.
1515 */
16- import AudienceEvaluator from './index ' ;
16+ import AudienceEvaluator from './' ;
1717import chai from 'chai' ;
1818import conditionTreeEvaluator from '../condition_tree_evaluator' ;
1919import customAttributeConditionEvaluator from '../custom_attribute_condition_evaluator' ;
You can’t perform that action at this time.
0 commit comments