Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: prevent ExchangeService from emptying Source object #2849

Conversation

vpontesfreestar
Copy link
Contributor

@vpontesfreestar vpontesfreestar commented Dec 18, 2023

This PR aims to Prevent ExchangeService from emptying the Source object when TRANSMIT_TID is false. This PR #2686 added the TRANSMIT_TID action. In the method prepareSource, when the bidderSchain is null, the method returns a Source object with null schains. So, the fix updates the method to return the receivedSource with a null tid property and keep the received schains.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants