@@ -42,7 +42,7 @@ public static void Main(string[] args)
4242 . SetContext ( new Context ( ChannelType . Web ) )
4343 . SetExecute ( new ExecuteRequest ( null , new List < MboxRequest >
4444 {
45- new MboxRequest ( index : 1 , name : "a1-serverside-ab" )
45+ new ( index : 0 , name : "a1-serverside-ab" )
4646 } ) )
4747 . Build ( ) ;
4848
@@ -60,8 +60,8 @@ public static void Main(string[] args)
6060 . SetContext ( new Context ( ChannelType . Web ) )
6161 . SetNotifications ( new List < Notification > ( )
6262 {
63- { new ( id : "notificationId1" , type : MetricType . Display , timestamp : DateTimeOffset . UtcNow . ToUnixTimeMilliseconds ( ) ,
64- tokens : new List < string > ( ) ) }
63+ new ( id : "notificationId1" , type : MetricType . Display , timestamp : DateTimeOffset . UtcNow . ToUnixTimeMilliseconds ( ) ,
64+ tokens : new List < string > ( ) )
6565 } )
6666 . Build ( ) ;
6767
@@ -81,7 +81,7 @@ private static void DecisioningReady()
8181 . SetContext ( new Context ( ChannelType . Web , geo : new Geo ( "193.105.140.131" ) ) )
8282 . SetExecute ( new ExecuteRequest ( new RequestDetails ( ) , new List < MboxRequest >
8383 {
84- new ( index : 1 , name : "a1-mobile-tstsree" )
84+ new ( index : 1 , name : "a1-mobile-tstsree" )
8585 } ) )
8686 . Build ( ) ;
8787
0 commit comments