Skip to content

Commit

Permalink
refactored the inapps data
Browse files Browse the repository at this point in the history
  • Loading branch information
morisgateno-appsflyer committed Oct 2, 2024
1 parent efb942b commit f54a5d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ extension AppsFlyerAdobeExtension {
}

if event.type == EventType.edge{
AppsFlyerLib.shared().logEvent(event.name, withValues: ["xdm" : eventData])
AppsFlyerLib.shared().logEvent(event.name, withValues: eventData)
return
}

Expand Down

0 comments on commit f54a5d3

Please sign in to comment.