Skip to content

Commit

Permalink
Fix origin params
Browse files Browse the repository at this point in the history
  • Loading branch information
quanganhdo committed Jul 23, 2024
1 parent d0172f2 commit ab9e202
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ private extension Pixel {
}
Self.fire(
pixel: pixel,
withAdditionalParameters: privacyProDataReporter?.mergeRandomizedParameters(for: .origin(origin), with: parameters) ?? [:]
withAdditionalParameters: privacyProDataReporter?.mergeRandomizedParameters(for: .origin(origin), with: parameters) ?? parameters
)
}

Expand Down

0 comments on commit ab9e202

Please sign in to comment.