File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -1089,14 +1089,9 @@ ProjectConfig projectConfig
1089
1089
{ "reasons" , reasonsToReport } ,
1090
1090
{ "decisionEventDispatched" , decisionEventDispatched } ,
1091
1091
} ;
1092
-
1093
- // var decisionNotificationType =
1094
- // projectConfig.IsFeatureExperiment(flagDecision.Experiment?.Id) ?
1095
- // DecisionNotificationTypes.FEATURE_TEST :
1096
- // DecisionNotificationTypes.AB_TEST;
1097
- NotificationCenter . SendNotifications ( NotificationCenter . NotificationType . Decision ,
1098
- userId ,
1099
- user . GetAttributes ( ) , decisionInfo ) ;
1092
+
1093
+ NotificationCenter . SendNotifications ( NotificationCenter . NotificationType . Decision ,
1094
+ userId , user . GetAttributes ( ) , decisionInfo ) ;
1100
1095
1101
1096
return new OptimizelyDecision (
1102
1097
variationKey ,
@@ -1419,8 +1414,7 @@ List<OdpSegmentOption> segmentOptions
1419
1414
1420
1415
if ( config == null )
1421
1416
{
1422
- Logger . Log ( LogLevel . ERROR ,
1423
- "Datafile has invalid format. Failing 'FetchQualifiedSegments'." ) ;
1417
+ Logger . Log ( LogLevel . ERROR , "Datafile has invalid format. Failing 'FetchQualifiedSegments'." ) ;
1424
1418
return null ;
1425
1419
}
1426
1420
You can’t perform that action at this time.
0 commit comments