Skip to content

Commit

Permalink
change the impl
Browse files Browse the repository at this point in the history
  • Loading branch information
noa-kogonia committed Sep 1, 2024
1 parent 403b5b6 commit 7635fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ios/AppsFlyerPlugin.m
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ - (void)logAdRevenue:(CDVInvokedUrlCommand*)command
return;
}

NSDictionary *afAdRevenueDataMap = (NSDictionary*)[command.arguments objectAtIndex: 0 withDefault:[NSNull null]];
NSDictionary* afAdRevenueDataMap = [command argumentAtIndex:0 withDefault:[NSNull null]];
NSDictionary *additionalParametersMap = (NSDictionary*)[command.arguments objectAtIndex: 1];

id monetizationNetwork = nil;
Expand Down

0 comments on commit 7635fc1

Please sign in to comment.